Html Css Color HEX #36966A Eucalyptus

📋 copy color: '#36966A'

red 54 ◦ green 150 ◦ blue 106

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

Shades of Eucalyptus #36966A

Tints of Eucalyptus #36966A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.19%

R = 17.42%
G = 48.39%
B = 34.19%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#36966A (or 0x36966A) is known color: Eucalyptus. HEX triplet: 36, 96 and 6A. RGB value is (54,150,106). Sum of RGB (Red+Green+Blue) = 54+150+106=310 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.42% from 310); Green value is 150 (58.98% from 255 or 48.39% from 310); Blue value is 106 (41.80% from 255 or 34.19% from 310); Max value from RGB is 150 - color contains mainly: green. Hex color #36966A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36966A is #C96995. Grayscale: #747474. Windows color (decimal): -13199766 or 6985270. OLE color: 6985270.

HSL color Cylindrical-coordinate representation of color #36966A: hue angle of 152.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 #36966A is Cyan = 0.64, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB 54 150 106 -
CMYK 0.64 0 0.29 0.41
HSL 152.5º 0.47% 0.4% -
HSV(B) 152.5º 0.64% 0.59% -
XYZ 15.03 23.64 17.41 -
YUV 116.28 122.2 83.58 -
System Red Green Blue C M Y K H S L
Decimal 54 150 106 0.64 0 0.29 0.41 152.5 0.47 0.4
Hex 36 96 6A 40 0 1D 29 98 2F 28
Octal 66 226 152 100 0 35 51 230 57 50
Binary 110110 10010110 1101010 1000000 0 11101 101001 10011000 101111 101000

Color Harmonies of #36966A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36966A

Black with #36966A

Text Example


Text Example

White with #36966A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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