Html Css Color HEX #37985F Eucalyptus

📋 copy color: '#37985F'

red 55 ◦ green 152 ◦ blue 95

#37985F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eucalyptus #37985F

Tints of Eucalyptus #37985F

RGB

 RED value IS 55 (21.88% from 255) = 18.21%

 GREEN value IS 152 (59.77% from 255) = 50.33%

 BLUE value IS 95 (37.5% from 255) = 31.46%

R = 18.21%
G = 50.33%
B = 31.46%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#37985F (or 0x37985F) is known color: Eucalyptus. HEX triplet: 37, 98 and 5F. RGB value is (55,152,95). Sum of RGB (Red+Green+Blue) = 55+152+95=302 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.21% from 302); Green value is 152 (59.77% from 255 or 50.33% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 152 - color contains mainly: green. Hex color #37985F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37985F is #C867A0. Grayscale: #747474. Windows color (decimal): -13133729 or 6264887. OLE color: 6264887.

HSL color Cylindrical-coordinate representation of color #37985F: hue angle of 144.74º 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 #37985F is Cyan = 0.64, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB 55 152 95 -
CMYK 0.64 0 0.38 0.40
HSL 144.74º 0.47% 0.41% -
HSV(B) 144.74º 0.64% 0.6% -
XYZ 14.87 24.09 14.69 -
YUV 116.5 115.86 84.13 -
System Red Green Blue C M Y K H S L
Decimal 55 152 95 0.64 0 0.38 0.40 144.74 0.47 0.41
Hex 37 98 5F 40 0 26 28 91 2F 29
Octal 67 230 137 100 0 46 50 221 57 51
Binary 110111 10011000 1011111 1000000 0 100110 101000 10010001 101111 101001

Color Harmonies of #37985F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37985F

Black with #37985F

Text Example


Text Example

White with #37985F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #37985F;
 }
 .AnyTagClassName
 {
   color: #37985F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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