Html Css Color HEX #329470 Eucalyptus

📋 copy color: '#329470'

red 50 ◦ green 148 ◦ blue 112

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

Shades of Eucalyptus #329470

Tints of Eucalyptus #329470

RGB

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

 GREEN value IS 148 (58.2% from 255) = 47.74%

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

R = 16.13%
G = 47.74%
B = 36.13%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#329470 (or 0x329470) is known color: Eucalyptus. HEX triplet: 32, 94 and 70. RGB value is (50,148,112). Sum of RGB (Red+Green+Blue) = 50+148+112=310 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.13% from 310); Green value is 148 (58.20% from 255 or 47.74% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 148 - color contains mainly: green. Hex color #329470 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329470 is #CD6B8F. Grayscale: #727272. Windows color (decimal): -13462416 or 7377970. OLE color: 7377970.

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

Color convert

RGB 50 148 112 -
CMYK 0.66 0 0.24 0.42
HSL 157.96º 0.49% 0.39% -
HSV(B) 157.96º 0.66% 0.58% -
XYZ 14.83 23.03 18.99 -
YUV 114.59 126.53 81.93 -
System Red Green Blue C M Y K H S L
Decimal 50 148 112 0.66 0 0.24 0.42 157.96 0.49 0.39
Hex 32 94 70 42 0 18 2A 9E 31 27
Octal 62 224 160 102 0 30 52 236 61 47
Binary 110010 10010100 1110000 1000010 0 11000 101010 10011110 110001 100111

Color Harmonies of #329470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329470

Black with #329470

Text Example


Text Example

White with #329470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329470; }

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

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

background-color css

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

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

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

border-color css

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

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

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