Html Css Color HEX #37965E Eucalyptus

📋 copy color: '#37965E'

red 55 ◦ green 150 ◦ blue 94

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

Shades of Eucalyptus #37965E

Tints of Eucalyptus #37965E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 50.17%

 BLUE value IS 94 (37.11% from 255) = 31.44%

R = 18.39%
G = 50.17%
B = 31.44%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#37965E (or 0x37965E) is known color: Eucalyptus. HEX triplet: 37, 96 and 5E. RGB value is (55,150,94). Sum of RGB (Red+Green+Blue) = 55+150+94=299 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.39% from 299); Green value is 150 (58.98% from 255 or 50.17% from 299); Blue value is 94 (37.11% from 255 or 31.44% from 299); Max value from RGB is 150 - color contains mainly: green. Hex color #37965E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37965E is #C869A1. Grayscale: #737373. Windows color (decimal): -13134242 or 6198839. OLE color: 6198839.

HSL color Cylindrical-coordinate representation of color #37965E: hue angle of 144.63º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #37965E is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB 55 150 94 -
CMYK 0.63 0 0.37 0.41
HSL 144.63º 0.46% 0.4% -
HSV(B) 144.63º 0.63% 0.59% -
XYZ 14.5 23.43 14.35 -
YUV 115.21 116.03 85.05 -
System Red Green Blue C M Y K H S L
Decimal 55 150 94 0.63 0 0.37 0.41 144.63 0.46 0.4
Hex 37 96 5E 3F 0 25 29 91 2E 28
Octal 67 226 136 77 0 45 51 221 56 50
Binary 110111 10010110 1011110 111111 0 100101 101001 10010001 101110 101000

Color Harmonies of #37965E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37965E

Black with #37965E

Text Example


Text Example

White with #37965E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37965E; }

 p { color: rgb(55,150,94); }

 H1.HeaderClassName
 {
   color: #37965E;
 }
 .AnyTagClassName
 {
   color: #37965E;
 }
</style>

background-color css

<style>
 a { background-color: #37965E; }

 a { background-color: rgb(55,150,94); }

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

border-color css

<style>
 span { border-color: #37965E; }

 span { border-color: rgb(55,150,94); }

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