Html Css Color HEX #32986D Eucalyptus

📋 copy color: '#32986D'

red 50 ◦ green 152 ◦ blue 109

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

Shades of Eucalyptus #32986D

Tints of Eucalyptus #32986D

RGB

 RED value IS 50 (19.92% from 255) = 16.08%

 GREEN value IS 152 (59.77% from 255) = 48.87%

 BLUE value IS 109 (42.97% from 255) = 35.05%

R = 16.08%
G = 48.87%
B = 35.05%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#32986D (or 0x32986D) is known color: Eucalyptus. HEX triplet: 32, 98 and 6D. RGB value is (50,152,109). Sum of RGB (Red+Green+Blue) = 50+152+109=311 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.08% from 311); Green value is 152 (59.77% from 255 or 48.87% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 152 - color contains mainly: green. Hex color #32986D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32986D is #CD6792. Grayscale: #747474. Windows color (decimal): -13461395 or 7182386. OLE color: 7182386.

HSL color Cylindrical-coordinate representation of color #32986D: hue angle of 154.71º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #32986D is Cyan = 0.67, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB 50 152 109 -
CMYK 0.67 0 0.28 0.40
HSL 154.71º 0.5% 0.4% -
HSV(B) 154.71º 0.67% 0.6% -
XYZ 15.3 24.24 18.34 -
YUV 116.6 123.71 80.5 -
System Red Green Blue C M Y K H S L
Decimal 50 152 109 0.67 0 0.28 0.40 154.71 0.5 0.4
Hex 32 98 6D 43 0 1C 28 9B 32 28
Octal 62 230 155 103 0 34 50 233 62 50
Binary 110010 10011000 1101101 1000011 0 11100 101000 10011011 110010 101000

Color Harmonies of #32986D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32986D

Black with #32986D

Text Example


Text Example

White with #32986D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,152,109); }

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

background-color css

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

 a { background-color: rgb(50,152,109); }

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

border-color css

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

 span { border-color: rgb(50,152,109); }

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