#37952F

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

Shades of La Palma #37952F

Tints of La Palma #37952F

Color information

#37952F (or 0x37952F) is unknown color: approx La Palma. HEX triplet: 37, 95 and 2F. RGB value is (55,149,47). Sum of RGB (Red+Green+Blue) = 55+149+47=251 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.91% from 251); Green value is 149 (58.59% from 255 or 59.36% from 251); Blue value is 47 (18.75% from 255 or 18.73% from 251); Max value from RGB is 149 - color contains mainly: green. Hex color #37952F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37952F is #C86AD0. Grayscale: #6D6D6D. Windows color (decimal): -13134545 or 3118391. OLE color: 3118391.

HSL color Cylindrical-coordinate representation of color #37952F: hue angle of 115.29º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #37952F is Cyan = 0.63, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB5514947-
CMYK0.6300.680.42
HSL115.29º52.04%38.43%-
HSV(B)115.29º68.46%58.43%-
XYZ12.8422.516.36-
YUV109.2792.8689.29-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.91%
GREEN value IS 149 (58.59% from 255) = 59.36%
BLUE value IS 47 (18.75% from 255) = 18.73%
R=21.91%
G=59.36%
B=18.73%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal55149470.6300.680.42115.2952.0438.43
Hex37952F3F0442A733426
Octal6722557770104521636446
Binary11011110010101101111111111010001001010101110011110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37952F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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