Html Css Color HEX #36985E Eucalyptus

📋 copy color: '#36985E'

red 54 ◦ green 152 ◦ blue 94

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

Shades of Eucalyptus #36985E

Tints of Eucalyptus #36985E

RGB

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

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

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

R = 18%
G = 50.67%
B = 31.33%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#36985E (or 0x36985E) is known color: Eucalyptus. HEX triplet: 36, 98 and 5E. RGB value is (54,152,94). Sum of RGB (Red+Green+Blue) = 54+152+94=300 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18% from 300); Green value is 152 (59.77% from 255 or 50.67% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 152 - color contains mainly: green. Hex color #36985E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36985E is #C967A1. Grayscale: #747474. Windows color (decimal): -13199266 or 6199350. OLE color: 6199350.

HSL color Cylindrical-coordinate representation of color #36985E: hue angle of 144.49º 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 #36985E is Cyan = 0.64, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB 54 152 94 -
CMYK 0.64 0 0.38 0.40
HSL 144.49º 0.48% 0.4% -
HSV(B) 144.49º 0.64% 0.6% -
XYZ 14.77 24.05 14.45 -
YUV 116.09 115.53 83.72 -
System Red Green Blue C M Y K H S L
Decimal 54 152 94 0.64 0 0.38 0.40 144.49 0.48 0.4
Hex 36 98 5E 40 0 26 28 90 30 28
Octal 66 230 136 100 0 46 50 220 60 50
Binary 110110 10011000 1011110 1000000 0 100110 101000 10010000 110000 101000

Color Harmonies of #36985E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36985E

Black with #36985E

Text Example


Text Example

White with #36985E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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