Html Css Color HEX #36A05E Eucalyptus

📋 copy color: '#36A05E'

red 54 ◦ green 160 ◦ blue 94

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

Shades of Eucalyptus #36A05E

Tints of Eucalyptus #36A05E

RGB

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

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

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

R = 17.53%
G = 51.95%
B = 30.52%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.41

 K value IS 0.37

RGB Variations

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

Color information

#36A05E (or 0x36A05E) is known color: Eucalyptus. HEX triplet: 36, A0 and 5E. RGB value is (54,160,94). Sum of RGB (Red+Green+Blue) = 54+160+94=308 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.53% from 308); Green value is 160 (62.89% from 255 or 51.95% from 308); Blue value is 94 (37.11% from 255 or 30.52% from 308); Max value from RGB is 160 - color contains mainly: green. Hex color #36A05E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36A05E is #C95FA1. Grayscale: #787878. Windows color (decimal): -13197218 or 6201398. OLE color: 6201398.

HSL color Cylindrical-coordinate representation of color #36A05E: hue angle of 142.64º 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 #36A05E is Cyan = 0.66, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.37.

Color convert

RGB 54 160 94 -
CMYK 0.66 0 0.41 0.37
HSL 142.64º 0.5% 0.42% -
HSV(B) 142.64º 0.66% 0.63% -
XYZ 16.11 26.73 14.9 -
YUV 120.78 112.88 80.37 -
System Red Green Blue C M Y K H S L
Decimal 54 160 94 0.66 0 0.41 0.37 142.64 0.5 0.42
Hex 36 A0 5E 42 0 29 25 8F 32 2A
Octal 66 240 136 102 0 51 45 217 62 52
Binary 110110 10100000 1011110 1000010 0 101001 100101 10001111 110010 101010

Color Harmonies of #36A05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36A05E

Black with #36A05E

Text Example


Text Example

White with #36A05E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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