#37985C

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

Shades of Eucalyptus #37985C

Tints of Eucalyptus #37985C

Color information

#37985C (or 0x37985C) is unknown color: approx Eucalyptus. HEX triplet: 37, 98 and 5C. RGB value is (55,152,92). Sum of RGB (Red+Green+Blue) = 55+152+92=299 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.39% from 299); Green value is 152 (59.77% from 255 or 50.84% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 152 - color contains mainly: green. Hex color #37985C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37985C is #C867A3. Grayscale: #747474. Windows color (decimal): -13133732 or 6068279. OLE color: 6068279.

HSL color Cylindrical-coordinate representation of color #37985C: hue angle of 142.89º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #37985C is Cyan = 0.64, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB5515292-
CMYK0.6400.390.40
HSL142.89º46.86%40.59%-
HSV(B)142.89º63.82%59.61%-
XYZ14.7424.0413.99-
YUV116.16114.3684.38-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.39%
GREEN value IS 152 (59.77% from 255) = 50.84%
BLUE value IS 92 (36.33% from 255) = 30.77%
R=18.39%
G=50.84%
B=30.77%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal55152920.6400.390.40142.8946.8640.59
Hex37985C40027288f2f29
Octal67230134100047502175751
Binary1101111001100010111001000000010011110100010001111101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37985C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37985C; }

 p { color: rgb(55,152,92); }

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

<style>
 a { background-color: #37985C; }

 a { background-color: rgb(55,152,92); }

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

<style>
 span { border-color: #37985C; }

 span { border-color: rgb(55,152,92); }

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