#37942A

Color #37942A La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #37942A

Tints of La Palma #37942A

Color information

#37942A (or 0x37942A) is unknown color: approx La Palma. HEX triplet: 37, 94 and 2A. RGB value is (55,148,42). Sum of RGB (Red+Green+Blue) = 55+148+42=245 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.45% from 245); Green value is 148 (58.20% from 255 or 60.41% from 245); Blue value is 42 (16.80% from 255 or 17.14% from 245); Max value from RGB is 148 - color contains mainly: green. Hex color #37942A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37942A is #C86BD5. Grayscale: #6C6C6C. Windows color (decimal): -13134806 or 2790455. OLE color: 2790455.

HSL color Cylindrical-coordinate representation of color #37942A: hue angle of 112.64º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #37942A is Cyan = 0.63, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB5514842-
CMYK0.6300.720.42
HSL112.64º55.79%37.25%-
HSV(B)112.64º71.62%58.04%-
XYZ12.5822.165.8-
YUV108.1190.6990.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 55 (21.88% from 255) = 22.45%
GREEN value IS 148 (58.20% from 255) = 60.41%
BLUE value IS 42 (16.80% from 255) = 17.14%
R=22.45%
G=60.41%
B=17.14%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal55148420.6300.720.42112.6455.7937.25
Hex37942A3F0482A713825
Octal6722452770110521617045
Binary11011110010100101010111111010010001010101110001111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37942A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37942A; }

 p { color: rgb(55,148,42); }

 H1.HeaderClassName
 {
   color: #37942A;
 }
 .AnyTagClassName
 {
   color: #37942A;
 }
</style>
background-color css

<style>
 a { background-color: #37942A; }

 a { background-color: rgb(55,148,42); }

 div.DivClassName
 {
   background-color: #37942A;
 }
 .BgClassName
 {
   background-color: #37942A;
 }
</style>
border-color css

<style>
 span { border-color: #37942A; }

 span { border-color: rgb(55,148,42); }

 td.TdClassName
 {
   border-color: #37942A;
 }
 .TagClassName
 {
   border-color: #37942A;
 }
</style>