Html Css Color HEX #329872 Eucalyptus

📋 copy color: '#329872'

red 50 ◦ green 152 ◦ blue 114

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

Shades of Eucalyptus #329872

Tints of Eucalyptus #329872

RGB

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

 GREEN value IS 152 (59.77% from 255) = 48.1%

 BLUE value IS 114 (44.92% from 255) = 36.08%

R = 15.82%
G = 48.1%
B = 36.08%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#329872 (or 0x329872) is known color: Eucalyptus. HEX triplet: 32, 98 and 72. RGB value is (50,152,114). Sum of RGB (Red+Green+Blue) = 50+152+114=316 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.82% from 316); Green value is 152 (59.77% from 255 or 48.10% from 316); Blue value is 114 (44.92% from 255 or 36.08% from 316); Max value from RGB is 152 - color contains mainly: green. Hex color #329872 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329872 is #CD678D. Grayscale: #757575. Windows color (decimal): -13461390 or 7510066. OLE color: 7510066.

HSL color Cylindrical-coordinate representation of color #329872: hue angle of 157.65º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #329872 is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB 50 152 114 -
CMYK 0.67 0 0.25 0.40
HSL 157.65º 0.5% 0.4% -
HSV(B) 157.65º 0.67% 0.6% -
XYZ 15.58 24.35 19.8 -
YUV 117.17 126.21 80.09 -
System Red Green Blue C M Y K H S L
Decimal 50 152 114 0.67 0 0.25 0.40 157.65 0.5 0.4
Hex 32 98 72 43 0 19 28 9E 32 28
Octal 62 230 162 103 0 31 50 236 62 50
Binary 110010 10011000 1110010 1000011 0 11001 101000 10011110 110010 101000

Color Harmonies of #329872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329872

Black with #329872

Text Example


Text Example

White with #329872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329872; }

 p { color: rgb(50,152,114); }

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

background-color css

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

 a { background-color: rgb(50,152,114); }

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

border-color css

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

 span { border-color: rgb(50,152,114); }

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