#37952A

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

Shades of La Palma #37952A

Tints of La Palma #37952A

Color information

#37952A (or 0x37952A) is unknown color: approx La Palma. HEX triplet: 37, 95 and 2A. RGB value is (55,149,42). Sum of RGB (Red+Green+Blue) = 55+149+42=246 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.36% from 246); Green value is 149 (58.59% from 255 or 60.57% from 246); Blue value is 42 (16.80% from 255 or 17.07% from 246); Max value from RGB is 149 - color contains mainly: green. Hex color #37952A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37952A is #C86AD5. Grayscale: #6D6D6D. Windows color (decimal): -13134550 or 2790711. OLE color: 2790711.

HSL color Cylindrical-coordinate representation of color #37952A: hue angle of 112.71º 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 #37952A is Cyan = 0.63, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB5514942-
CMYK0.6300.720.42
HSL112.71º56.02%37.45%-
HSV(B)112.71º71.81%58.43%-
XYZ12.7422.475.86-
YUV108.790.3689.7-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.36%
GREEN value IS 149 (58.59% from 255) = 60.57%
BLUE value IS 42 (16.80% from 255) = 17.07%
R=22.36%
G=60.57%
B=17.07%

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
Decimal55149420.6300.720.42112.7156.0237.45
Hex37952A3F0482A713825
Octal6722552770110521617045
Binary11011110010101101010111111010010001010101110001111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37952A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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