Html Css Color HEX #36965A Eucalyptus

📋 copy color: '#36965A'

red 54 ◦ green 150 ◦ blue 90

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

Shades of Eucalyptus #36965A

Tints of Eucalyptus #36965A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 51.02%

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

R = 18.37%
G = 51.02%
B = 30.61%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.4

 K value IS 0.41

RGB Variations

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

Color information

#36965A (or 0x36965A) is known color: Eucalyptus. HEX triplet: 36, 96 and 5A. RGB value is (54,150,90). Sum of RGB (Red+Green+Blue) = 54+150+90=294 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.37% from 294); Green value is 150 (58.98% from 255 or 51.02% from 294); Blue value is 90 (35.55% from 255 or 30.61% from 294); Max value from RGB is 150 - color contains mainly: green. Hex color #36965A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36965A is #C969A5. Grayscale: #727272. Windows color (decimal): -13199782 or 5936694. OLE color: 5936694.

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

Color convert

RGB 54 150 90 -
CMYK 0.64 0 0.4 0.41
HSL 142.5º 0.47% 0.4% -
HSV(B) 142.5º 0.64% 0.59% -
XYZ 14.27 23.34 13.42 -
YUV 114.46 114.2 84.88 -
System Red Green Blue C M Y K H S L
Decimal 54 150 90 0.64 0 0.4 0.41 142.5 0.47 0.4
Hex 36 96 5A 40 0 28 29 8E 2F 28
Octal 66 226 132 100 0 50 51 216 57 50
Binary 110110 10010110 1011010 1000000 0 101000 101001 10001110 101111 101000

Color Harmonies of #36965A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36965A

Black with #36965A

Text Example


Text Example

White with #36965A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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