Html Css Color HEX #36985A Eucalyptus

📋 copy color: '#36985A'

red 54 ◦ green 152 ◦ blue 90

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

Shades of Eucalyptus #36985A

Tints of Eucalyptus #36985A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 51.35%

 BLUE value IS 90 (35.55% from 255) = 30.41%

R = 18.24%
G = 51.35%
B = 30.41%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#36985A (or 0x36985A) is known color: Eucalyptus. HEX triplet: 36, 98 and 5A. RGB value is (54,152,90). Sum of RGB (Red+Green+Blue) = 54+152+90=296 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.24% from 296); Green value is 152 (59.77% from 255 or 51.35% from 296); Blue value is 90 (35.55% from 255 or 30.41% from 296); Max value from RGB is 152 - color contains mainly: green. Hex color #36985A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36985A is #C967A5. Grayscale: #737373. Windows color (decimal): -13199270 or 5937206. OLE color: 5937206.

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

Color convert

RGB 54 152 90 -
CMYK 0.64 0 0.41 0.40
HSL 142.04º 0.48% 0.4% -
HSV(B) 142.04º 0.64% 0.6% -
XYZ 14.6 23.98 13.53 -
YUV 115.63 113.53 84.04 -
System Red Green Blue C M Y K H S L
Decimal 54 152 90 0.64 0 0.41 0.40 142.04 0.48 0.4
Hex 36 98 5A 40 0 29 28 8E 30 28
Octal 66 230 132 100 0 51 50 216 60 50
Binary 110110 10011000 1011010 1000000 0 101001 101000 10001110 110000 101000

Color Harmonies of #36985A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36985A

Black with #36985A

Text Example


Text Example

White with #36985A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36985A; }

 p { color: rgb(54,152,90); }

 H1.HeaderClassName
 {
   color: #36985A;
 }
 .AnyTagClassName
 {
   color: #36985A;
 }
</style>

background-color css

<style>
 a { background-color: #36985A; }

 a { background-color: rgb(54,152,90); }

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

border-color css

<style>
 span { border-color: #36985A; }

 span { border-color: rgb(54,152,90); }

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