Html Css Color HEX #32AC5F Eucalyptus

📋 copy color: '#32AC5F'

red 50 ◦ green 172 ◦ blue 95

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

Shades of Eucalyptus #32AC5F

Tints of Eucalyptus #32AC5F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 54.26%

 BLUE value IS 95 (37.5% from 255) = 29.97%

R = 15.77%
G = 54.26%
B = 29.97%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#32AC5F (or 0x32AC5F) is known color: Eucalyptus. HEX triplet: 32, AC and 5F. RGB value is (50,172,95). Sum of RGB (Red+Green+Blue) = 50+172+95=317 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.77% from 317); Green value is 172 (67.58% from 255 or 54.26% from 317); Blue value is 95 (37.5% from 255 or 29.97% from 317); Max value from RGB is 172 - color contains mainly: green. Hex color #32AC5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32AC5F is #CD53A0. Grayscale: #7E7E7E. Windows color (decimal): -13456289 or 6270002. OLE color: 6270002.

HSL color Cylindrical-coordinate representation of color #32AC5F: hue angle of 142.13º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AC5F is Cyan = 0.71, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 50 172 95 -
CMYK 0.71 0 0.45 0.33
HSL 142.13º 0.55% 0.44% -
HSV(B) 142.13º 0.71% 0.67% -
XYZ 18.13 31.01 15.86 -
YUV 126.74 110.08 73.26 -
System Red Green Blue C M Y K H S L
Decimal 50 172 95 0.71 0 0.45 0.33 142.13 0.55 0.44
Hex 32 AC 5F 47 0 2D 21 8E 37 2C
Octal 62 254 137 107 0 55 41 216 67 54
Binary 110010 10101100 1011111 1000111 0 101101 100001 10001110 110111 101100

Color Harmonies of #32AC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32AC5F

Black with #32AC5F

Text Example


Text Example

White with #32AC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32AC5F; }

 p { color: rgb(50,172,95); }

 H1.HeaderClassName
 {
   color: #32AC5F;
 }
 .AnyTagClassName
 {
   color: #32AC5F;
 }
</style>

background-color css

<style>
 a { background-color: #32AC5F; }

 a { background-color: rgb(50,172,95); }

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

border-color css

<style>
 span { border-color: #32AC5F; }

 span { border-color: rgb(50,172,95); }

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