Html Css Color HEX #32A460 Eucalyptus

📋 copy color: '#32A460'

red 50 ◦ green 164 ◦ blue 96

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

Shades of Eucalyptus #32A460

Tints of Eucalyptus #32A460

RGB

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

 GREEN value IS 164 (64.45% from 255) = 52.9%

 BLUE value IS 96 (37.89% from 255) = 30.97%

R = 16.13%
G = 52.9%
B = 30.97%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#32A460 (or 0x32A460) is known color: Eucalyptus. HEX triplet: 32, A4 and 60. RGB value is (50,164,96). Sum of RGB (Red+Green+Blue) = 50+164+96=310 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.13% from 310); Green value is 164 (64.45% from 255 or 52.90% from 310); Blue value is 96 (37.89% from 255 or 30.97% from 310); Max value from RGB is 164 - color contains mainly: green. Hex color #32A460 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32A460 is #CD5B9F. Grayscale: #7A7A7A. Windows color (decimal): -13458336 or 6333490. OLE color: 6333490.

HSL color Cylindrical-coordinate representation of color #32A460: hue angle of 144.21º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #32A460 is Cyan = 0.70, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 50 164 96 -
CMYK 0.70 0 0.41 0.36
HSL 144.21º 0.53% 0.42% -
HSV(B) 144.21º 0.7% 0.64% -
XYZ 16.7 28.07 15.6 -
YUV 122.16 113.23 76.53 -
System Red Green Blue C M Y K H S L
Decimal 50 164 96 0.70 0 0.41 0.36 144.21 0.53 0.42
Hex 32 A4 60 46 0 29 24 90 35 2A
Octal 62 244 140 106 0 51 44 220 65 52
Binary 110010 10100100 1100000 1000110 0 101001 100100 10010000 110101 101010

Color Harmonies of #32A460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32A460

Black with #32A460

Text Example


Text Example

White with #32A460

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,164,96); }

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

background-color css

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

 a { background-color: rgb(50,164,96); }

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

border-color css

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

 span { border-color: rgb(50,164,96); }

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