Html Css Color HEX #329A70 Eucalyptus

📋 copy color: '#329A70'

red 50 ◦ green 154 ◦ blue 112

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

Shades of Eucalyptus #329A70

Tints of Eucalyptus #329A70

RGB

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

 GREEN value IS 154 (60.55% from 255) = 48.73%

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

R = 15.82%
G = 48.73%
B = 35.44%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#329A70 (or 0x329A70) is known color: Eucalyptus. HEX triplet: 32, 9A and 70. RGB value is (50,154,112). Sum of RGB (Red+Green+Blue) = 50+154+112=316 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.82% from 316); Green value is 154 (60.55% from 255 or 48.73% from 316); Blue value is 112 (44.14% from 255 or 35.44% from 316); Max value from RGB is 154 - color contains mainly: green. Hex color #329A70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329A70 is #CD658F. Grayscale: #767676. Windows color (decimal): -13460880 or 7379506. OLE color: 7379506.

HSL color Cylindrical-coordinate representation of color #329A70: hue angle of 155.77º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #329A70 is Cyan = 0.68, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB 50 154 112 -
CMYK 0.68 0 0.27 0.40
HSL 155.77º 0.51% 0.4% -
HSV(B) 155.77º 0.68% 0.6% -
XYZ 15.8 24.96 19.31 -
YUV 118.12 124.54 79.42 -
System Red Green Blue C M Y K H S L
Decimal 50 154 112 0.68 0 0.27 0.40 155.77 0.51 0.4
Hex 32 9A 70 44 0 1B 28 9C 33 28
Octal 62 232 160 104 0 33 50 234 63 50
Binary 110010 10011010 1110000 1000100 0 11011 101000 10011100 110011 101000

Color Harmonies of #329A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329A70

Black with #329A70

Text Example


Text Example

White with #329A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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