Html Css Color HEX #36A069 Eucalyptus

📋 copy color: '#36A069'

red 54 ◦ green 160 ◦ blue 105

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

Shades of Eucalyptus #36A069

Tints of Eucalyptus #36A069

RGB

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

 GREEN value IS 160 (62.89% from 255) = 50.16%

 BLUE value IS 105 (41.41% from 255) = 32.92%

R = 16.93%
G = 50.16%
B = 32.92%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#36A069 (or 0x36A069) is known color: Eucalyptus. HEX triplet: 36, A0 and 69. RGB value is (54,160,105). Sum of RGB (Red+Green+Blue) = 54+160+105=319 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.93% from 319); Green value is 160 (62.89% from 255 or 50.16% from 319); Blue value is 105 (41.41% from 255 or 32.92% from 319); Max value from RGB is 160 - color contains mainly: green. Hex color #36A069 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36A069 is #C95F96. Grayscale: #7A7A7A. Windows color (decimal): -13197207 or 6922294. OLE color: 6922294.

HSL color Cylindrical-coordinate representation of color #36A069: hue angle of 148.87º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #36A069 is Cyan = 0.66, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB 54 160 105 -
CMYK 0.66 0 0.34 0.37
HSL 148.87º 0.5% 0.42% -
HSV(B) 148.87º 0.66% 0.63% -
XYZ 16.64 26.95 17.69 -
YUV 122.04 118.38 79.47 -
System Red Green Blue C M Y K H S L
Decimal 54 160 105 0.66 0 0.34 0.37 148.87 0.5 0.42
Hex 36 A0 69 42 0 22 25 95 32 2A
Octal 66 240 151 102 0 42 45 225 62 52
Binary 110110 10100000 1101001 1000010 0 100010 100101 10010101 110010 101010

Color Harmonies of #36A069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36A069

Black with #36A069

Text Example


Text Example

White with #36A069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36A069; }

 p { color: rgb(54,160,105); }

 H1.HeaderClassName
 {
   color: #36A069;
 }
 .AnyTagClassName
 {
   color: #36A069;
 }
</style>

background-color css

<style>
 a { background-color: #36A069; }

 a { background-color: rgb(54,160,105); }

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

border-color css

<style>
 span { border-color: #36A069; }

 span { border-color: rgb(54,160,105); }

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