Html Css Color HEX #36996C Eucalyptus

📋 copy color: '#36996C'

red 54 ◦ green 153 ◦ blue 108

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

Shades of Eucalyptus #36996C

Tints of Eucalyptus #36996C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 48.57%

 BLUE value IS 108 (42.58% from 255) = 34.29%

R = 17.14%
G = 48.57%
B = 34.29%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#36996C (or 0x36996C) is known color: Eucalyptus. HEX triplet: 36, 99 and 6C. RGB value is (54,153,108). Sum of RGB (Red+Green+Blue) = 54+153+108=315 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.14% from 315); Green value is 153 (60.16% from 255 or 48.57% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 153 - color contains mainly: green. Hex color #36996C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36996C is #C96693. Grayscale: #767676. Windows color (decimal): -13198996 or 7117110. OLE color: 7117110.

HSL color Cylindrical-coordinate representation of color #36996C: hue angle of 152.73º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #36996C is Cyan = 0.65, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB 54 153 108 -
CMYK 0.65 0 0.29 0.4
HSL 152.73º 0.48% 0.41% -
HSV(B) 152.73º 0.65% 0.6% -
XYZ 15.62 24.65 18.12 -
YUV 118.27 122.2 82.16 -
System Red Green Blue C M Y K H S L
Decimal 54 153 108 0.65 0 0.29 0.4 152.73 0.48 0.41
Hex 36 99 6C 41 0 1D 28 99 30 29
Octal 66 231 154 101 0 35 50 231 60 51
Binary 110110 10011001 1101100 1000001 0 11101 101000 10011001 110000 101001

Color Harmonies of #36996C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36996C

Black with #36996C

Text Example


Text Example

White with #36996C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,153,108); }

 H1.HeaderClassName
 {
   color: #36996C;
 }
 .AnyTagClassName
 {
   color: #36996C;
 }
</style>

background-color css

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

 a { background-color: rgb(54,153,108); }

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

border-color css

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

 span { border-color: rgb(54,153,108); }

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