#37955D

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

Shades of Eucalyptus #37955D

Tints of Eucalyptus #37955D

Color information

#37955D (or 0x37955D) is unknown color: approx Eucalyptus. HEX triplet: 37, 95 and 5D. RGB value is (55,149,93). Sum of RGB (Red+Green+Blue) = 55+149+93=297 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.52% from 297); Green value is 149 (58.59% from 255 or 50.17% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 149 - color contains mainly: green. Hex color #37955D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37955D is #C86AA2. Grayscale: #727272. Windows color (decimal): -13134499 or 6133047. OLE color: 6133047.

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

Color convert

RGB5514993-
CMYK0.6300.380.42
HSL144.26º46.08%40%-
HSV(B)144.26º63.09%58.43%-
XYZ14.323.114.06-
YUV114.51115.8685.55-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.52%
GREEN value IS 149 (58.59% from 255) = 50.17%
BLUE value IS 93 (36.72% from 255) = 31.31%
R=18.52%
G=50.17%
B=31.31%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal55149930.6300.380.42144.2646.0840
Hex37955D3F0262A902e28
Octal6722513577046522205650
Binary110111100101011011101111111010011010101010010000101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37955D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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