Html Css Color HEX #32955E Eucalyptus

📋 copy color: '#32955E'

red 50 ◦ green 149 ◦ blue 94

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

Shades of Eucalyptus #32955E

Tints of Eucalyptus #32955E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 50.85%

 BLUE value IS 94 (37.11% from 255) = 32.08%

R = 17.06%
G = 50.85%
B = 32.08%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#32955E (or 0x32955E) is known color: Eucalyptus. HEX triplet: 32, 95 and 5E. RGB value is (50,149,94). Sum of RGB (Red+Green+Blue) = 50+149+94=293 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.06% from 293); Green value is 149 (58.59% from 255 or 50.85% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 149 - color contains mainly: green. Hex color #32955E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32955E is #CD6AA1. Grayscale: #717171. Windows color (decimal): -13462178 or 6198578. OLE color: 6198578.

HSL color Cylindrical-coordinate representation of color #32955E: hue angle of 146.67º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #32955E is Cyan = 0.66, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 149 94 -
CMYK 0.66 0 0.37 0.42
HSL 146.67º 0.5% 0.39% -
HSV(B) 146.67º 0.66% 0.58% -
XYZ 14.08 22.98 14.28 -
YUV 113.13 117.2 82.97 -
System Red Green Blue C M Y K H S L
Decimal 50 149 94 0.66 0 0.37 0.42 146.67 0.5 0.39
Hex 32 95 5E 42 0 25 2A 93 32 27
Octal 62 225 136 102 0 45 52 223 62 47
Binary 110010 10010101 1011110 1000010 0 100101 101010 10010011 110010 100111

Color Harmonies of #32955E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32955E

Black with #32955E

Text Example


Text Example

White with #32955E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32955E; }

 p { color: rgb(50,149,94); }

 H1.HeaderClassName
 {
   color: #32955E;
 }
 .AnyTagClassName
 {
   color: #32955E;
 }
</style>

background-color css

<style>
 a { background-color: #32955E; }

 a { background-color: rgb(50,149,94); }

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

border-color css

<style>
 span { border-color: #32955E; }

 span { border-color: rgb(50,149,94); }

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