Html Css Color HEX #36966E Eucalyptus

📋 copy color: '#36966E'

red 54 ◦ green 150 ◦ blue 110

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

Shades of Eucalyptus #36966E

Tints of Eucalyptus #36966E

RGB

 RED value IS 54 (21.48% from 255) = 17.2%

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

 BLUE value IS 110 (43.36% from 255) = 35.03%

R = 17.2%
G = 47.77%
B = 35.03%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#36966E (or 0x36966E) is known color: Eucalyptus. HEX triplet: 36, 96 and 6E. RGB value is (54,150,110). Sum of RGB (Red+Green+Blue) = 54+150+110=314 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.20% from 314); Green value is 150 (58.98% from 255 or 47.77% from 314); Blue value is 110 (43.36% from 255 or 35.03% from 314); Max value from RGB is 150 - color contains mainly: green. Hex color #36966E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36966E is #C96991. Grayscale: #747474. Windows color (decimal): -13199762 or 7247414. OLE color: 7247414.

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

Color convert

RGB 54 150 110 -
CMYK 0.64 0 0.27 0.41
HSL 155º 0.47% 0.4% -
HSV(B) 155º 0.64% 0.59% -
XYZ 15.24 23.72 18.53 -
YUV 116.74 124.2 83.25 -
System Red Green Blue C M Y K H S L
Decimal 54 150 110 0.64 0 0.27 0.41 155 0.47 0.4
Hex 36 96 6E 40 0 1B 29 9B 2F 28
Octal 66 226 156 100 0 33 51 233 57 50
Binary 110110 10010110 1101110 1000000 0 11011 101001 10011011 101111 101000

Color Harmonies of #36966E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36966E

Black with #36966E

Text Example


Text Example

White with #36966E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,150,110); }

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

background-color css

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

 a { background-color: rgb(54,150,110); }

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

border-color css

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

 span { border-color: rgb(54,150,110); }

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