Html Css Color HEX #32A760 Eucalyptus

📋 copy color: '#32A760'

red 50 ◦ green 167 ◦ blue 96

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

Shades of Eucalyptus #32A760

Tints of Eucalyptus #32A760

RGB

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

 GREEN value IS 167 (65.63% from 255) = 53.35%

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

R = 15.97%
G = 53.35%
B = 30.67%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#32A760 (or 0x32A760) is known color: Eucalyptus. HEX triplet: 32, A7 and 60. RGB value is (50,167,96). Sum of RGB (Red+Green+Blue) = 50+167+96=313 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.97% from 313); Green value is 167 (65.62% from 255 or 53.35% from 313); Blue value is 96 (37.89% from 255 or 30.67% from 313); Max value from RGB is 167 - color contains mainly: green. Hex color #32A760 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32A760 is #CD589F. Grayscale: #7C7C7C. Windows color (decimal): -13457568 or 6334258. OLE color: 6334258.

HSL color Cylindrical-coordinate representation of color #32A760: hue angle of 143.59º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #32A760 is Cyan = 0.70, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB 50 167 96 -
CMYK 0.70 0 0.43 0.35
HSL 143.59º 0.54% 0.43% -
HSV(B) 143.59º 0.7% 0.65% -
XYZ 17.25 29.16 15.79 -
YUV 123.92 112.24 75.27 -
System Red Green Blue C M Y K H S L
Decimal 50 167 96 0.70 0 0.43 0.35 143.59 0.54 0.43
Hex 32 A7 60 46 0 2B 23 90 36 2B
Octal 62 247 140 106 0 53 43 220 66 53
Binary 110010 10100111 1100000 1000110 0 101011 100011 10010000 110110 101011

Color Harmonies of #32A760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32A760

Black with #32A760

Text Example


Text Example

White with #32A760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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