#37952D

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

Shades of La Palma #37952D

Tints of La Palma #37952D

Color information

#37952D (or 0x37952D) is unknown color: approx La Palma. HEX triplet: 37, 95 and 2D. RGB value is (55,149,45). Sum of RGB (Red+Green+Blue) = 55+149+45=249 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.09% from 249); Green value is 149 (58.59% from 255 or 59.84% from 249); Blue value is 45 (17.97% from 255 or 18.07% from 249); Max value from RGB is 149 - color contains mainly: green. Hex color #37952D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37952D is #C86AD2. Grayscale: #6D6D6D. Windows color (decimal): -13134547 or 2987319. OLE color: 2987319.

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

Color convert

RGB5514945-
CMYK0.6300.700.42
HSL114.23º53.61%38.04%-
HSV(B)114.23º69.8%58.43%-
XYZ12.822.56.15-
YUV109.0491.8689.46-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.09%
GREEN value IS 149 (58.59% from 255) = 59.84%
BLUE value IS 45 (17.97% from 255) = 18.07%
R=22.09%
G=59.84%
B=18.07%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal55149450.6300.700.42114.2353.6138.04
Hex37952D3F0462A723626
Octal6722555770106521626646
Binary11011110010101101101111111010001101010101110010110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37952D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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