#37A134

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

Shades of La Palma #37A134

Tints of La Palma #37A134

Color information

#37A134 (or 0x37A134) is unknown color: approx La Palma. HEX triplet: 37, A1 and 34. RGB value is (55,161,52). Sum of RGB (Red+Green+Blue) = 55+161+52=268 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.52% from 268); Green value is 161 (63.28% from 255 or 60.07% from 268); Blue value is 52 (20.70% from 255 or 19.40% from 268); Max value from RGB is 161 - color contains mainly: green. Hex color #37A134 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37A134 is #C85ECB. Grayscale: #757575. Windows color (decimal): -13131468 or 3449143. OLE color: 3449143.

HSL color Cylindrical-coordinate representation of color #37A134: hue angle of 118.35º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #37A134 is Cyan = 0.66, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.37.

Color convert

RGB5516152-
CMYK0.6600.680.37
HSL118.35º51.17%41.76%-
HSV(B)118.35º67.7%63.14%-
XYZ14.9426.557.59-
YUV116.8891.3883.86-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.52%
GREEN value IS 161 (63.28% from 255) = 60.07%
BLUE value IS 52 (20.70% from 255) = 19.40%
R=20.52%
G=60.07%
B=19.40%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal55161520.6600.680.37118.3551.1741.76
Hex37A134420442576332a
Octal67241641020104451666352
Binary110111101000011101001000010010001001001011110110110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37A134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37A134; }

 p { color: rgb(55,161,52); }

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

<style>
 a { background-color: #37A134; }

 a { background-color: rgb(55,161,52); }

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

<style>
 span { border-color: #37A134; }

 span { border-color: rgb(55,161,52); }

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