Html Css Color HEX #329570 Eucalyptus

📋 copy color: '#329570'

red 50 ◦ green 149 ◦ blue 112

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

Shades of Eucalyptus #329570

Tints of Eucalyptus #329570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 36.01%

R = 16.08%
G = 47.91%
B = 36.01%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#329570 (or 0x329570) is known color: Eucalyptus. HEX triplet: 32, 95 and 70. RGB value is (50,149,112). Sum of RGB (Red+Green+Blue) = 50+149+112=311 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.08% from 311); Green value is 149 (58.59% from 255 or 47.91% from 311); Blue value is 112 (44.14% from 255 or 36.01% from 311); Max value from RGB is 149 - color contains mainly: green. Hex color #329570 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329570 is #CD6A8F. Grayscale: #737373. Windows color (decimal): -13462160 or 7378226. OLE color: 7378226.

HSL color Cylindrical-coordinate representation of color #329570: hue angle of 157.58º 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 #329570 is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 149 112 -
CMYK 0.66 0 0.25 0.42
HSL 157.58º 0.5% 0.39% -
HSV(B) 157.58º 0.66% 0.58% -
XYZ 14.99 23.34 19.04 -
YUV 115.18 126.2 81.51 -
System Red Green Blue C M Y K H S L
Decimal 50 149 112 0.66 0 0.25 0.42 157.58 0.5 0.39
Hex 32 95 70 42 0 19 2A 9E 32 27
Octal 62 225 160 102 0 31 52 236 62 47
Binary 110010 10010101 1110000 1000010 0 11001 101010 10011110 110010 100111

Color Harmonies of #329570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329570

Black with #329570

Text Example


Text Example

White with #329570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329570; }

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

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

background-color css

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

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

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

border-color css

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

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

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