Html Css Color HEX #36965F Eucalyptus

📋 copy color: '#36965F'

red 54 ◦ green 150 ◦ blue 95

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

Shades of Eucalyptus #36965F

Tints of Eucalyptus #36965F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 31.77%

R = 18.06%
G = 50.17%
B = 31.77%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#36965F (or 0x36965F) is known color: Eucalyptus. HEX triplet: 36, 96 and 5F. RGB value is (54,150,95). Sum of RGB (Red+Green+Blue) = 54+150+95=299 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.06% from 299); Green value is 150 (58.98% from 255 or 50.17% from 299); Blue value is 95 (37.5% from 255 or 31.77% from 299); Max value from RGB is 150 - color contains mainly: green. Hex color #36965F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36965F is #C969A0. Grayscale: #737373. Windows color (decimal): -13199777 or 6264374. OLE color: 6264374.

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

Color convert

RGB 54 150 95 -
CMYK 0.64 0 0.37 0.41
HSL 145.63º 0.47% 0.4% -
HSV(B) 145.63º 0.64% 0.59% -
XYZ 14.49 23.42 14.58 -
YUV 115.03 116.7 84.47 -
System Red Green Blue C M Y K H S L
Decimal 54 150 95 0.64 0 0.37 0.41 145.63 0.47 0.4
Hex 36 96 5F 40 0 25 29 92 2F 28
Octal 66 226 137 100 0 45 51 222 57 50
Binary 110110 10010110 1011111 1000000 0 100101 101001 10010010 101111 101000

Color Harmonies of #36965F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36965F

Black with #36965F

Text Example


Text Example

White with #36965F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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