Html Css Color HEX #36965B Eucalyptus

📋 copy color: '#36965B'

red 54 ◦ green 150 ◦ blue 91

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

Shades of Eucalyptus #36965B

Tints of Eucalyptus #36965B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.85%

R = 18.31%
G = 50.85%
B = 30.85%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#36965B (or 0x36965B) is known color: Eucalyptus. HEX triplet: 36, 96 and 5B. RGB value is (54,150,91). Sum of RGB (Red+Green+Blue) = 54+150+91=295 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.31% from 295); Green value is 150 (58.98% from 255 or 50.85% from 295); Blue value is 91 (35.94% from 255 or 30.85% from 295); Max value from RGB is 150 - color contains mainly: green. Hex color #36965B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36965B is #C969A4. Grayscale: #727272. Windows color (decimal): -13199781 or 6002230. OLE color: 6002230.

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

Color convert

RGB 54 150 91 -
CMYK 0.64 0 0.39 0.41
HSL 143.13º 0.47% 0.4% -
HSV(B) 143.13º 0.64% 0.59% -
XYZ 14.32 23.35 13.65 -
YUV 114.57 114.7 84.8 -
System Red Green Blue C M Y K H S L
Decimal 54 150 91 0.64 0 0.39 0.41 143.13 0.47 0.4
Hex 36 96 5B 40 0 27 29 8F 2F 28
Octal 66 226 133 100 0 47 51 217 57 50
Binary 110110 10010110 1011011 1000000 0 100111 101001 10001111 101111 101000

Color Harmonies of #36965B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36965B

Black with #36965B

Text Example


Text Example

White with #36965B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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