Html Css Color HEX #36965D Eucalyptus

📋 copy color: '#36965D'

red 54 ◦ green 150 ◦ blue 93

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

Shades of Eucalyptus #36965D

Tints of Eucalyptus #36965D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 31.31%

R = 18.18%
G = 50.51%
B = 31.31%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#36965D (or 0x36965D) is known color: Eucalyptus. HEX triplet: 36, 96 and 5D. RGB value is (54,150,93). Sum of RGB (Red+Green+Blue) = 54+150+93=297 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.18% from 297); Green value is 150 (58.98% from 255 or 50.51% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 150 - color contains mainly: green. Hex color #36965D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36965D is #C969A2. Grayscale: #727272. Windows color (decimal): -13199779 or 6133302. OLE color: 6133302.

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

Color convert

RGB 54 150 93 -
CMYK 0.64 0 0.38 0.41
HSL 144.38º 0.47% 0.4% -
HSV(B) 144.38º 0.64% 0.59% -
XYZ 14.4 23.39 14.11 -
YUV 114.8 115.7 84.63 -
System Red Green Blue C M Y K H S L
Decimal 54 150 93 0.64 0 0.38 0.41 144.38 0.47 0.4
Hex 36 96 5D 40 0 26 29 90 2F 28
Octal 66 226 135 100 0 46 51 220 57 50
Binary 110110 10010110 1011101 1000000 0 100110 101001 10010000 101111 101000

Color Harmonies of #36965D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36965D

Black with #36965D

Text Example


Text Example

White with #36965D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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