Html Css Color HEX #36966D Eucalyptus

📋 copy color: '#36966D'

red 54 ◦ green 150 ◦ blue 109

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

Shades of Eucalyptus #36966D

Tints of Eucalyptus #36966D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.82%

R = 17.25%
G = 47.92%
B = 34.82%

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

#36966D (or 0x36966D) is known color: Eucalyptus. HEX triplet: 36, 96 and 6D. RGB value is (54,150,109). Sum of RGB (Red+Green+Blue) = 54+150+109=313 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.25% from 313); Green value is 150 (58.98% from 255 or 47.92% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 150 - color contains mainly: green. Hex color #36966D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36966D is #C96992. Grayscale: #747474. Windows color (decimal): -13199763 or 7181878. OLE color: 7181878.

HSL color Cylindrical-coordinate representation of color #36966D: hue angle of 154.38º 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 #36966D is Cyan = 0.64, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 54 150 109 -
CMYK 0.64 0 0.27 0.41
HSL 154.38º 0.47% 0.4% -
HSV(B) 154.38º 0.64% 0.59% -
XYZ 15.19 23.7 18.24 -
YUV 116.62 123.7 83.33 -
System Red Green Blue C M Y K H S L
Decimal 54 150 109 0.64 0 0.27 0.41 154.38 0.47 0.4
Hex 36 96 6D 40 0 1B 29 9A 2F 28
Octal 66 226 155 100 0 33 51 232 57 50
Binary 110110 10010110 1101101 1000000 0 11011 101001 10011010 101111 101000

Color Harmonies of #36966D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36966D

Black with #36966D

Text Example


Text Example

White with #36966D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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