Html Css Color HEX #329169 Eucalyptus

📋 copy color: '#329169'

red 50 ◦ green 145 ◦ blue 105

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

Shades of Eucalyptus #329169

Tints of Eucalyptus #329169

RGB

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

 GREEN value IS 145 (57.03% from 255) = 48.33%

 BLUE value IS 105 (41.41% from 255) = 35%

R = 16.67%
G = 48.33%
B = 35%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#329169 (or 0x329169) is known color: Eucalyptus. HEX triplet: 32, 91 and 69. RGB value is (50,145,105). Sum of RGB (Red+Green+Blue) = 50+145+105=300 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.67% from 300); Green value is 145 (57.03% from 255 or 48.33% from 300); Blue value is 105 (41.41% from 255 or 35% from 300); Max value from RGB is 145 - color contains mainly: green. Hex color #329169 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329169 is #CD6E96. Grayscale: #707070. Windows color (decimal): -13463191 or 6918450. OLE color: 6918450.

HSL color Cylindrical-coordinate representation of color #329169: hue angle of 154.74º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #329169 is Cyan = 0.66, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 145 105 -
CMYK 0.66 0 0.28 0.43
HSL 154.74º 0.49% 0.38% -
HSV(B) 154.74º 0.66% 0.57% -
XYZ 13.99 21.95 16.86 -
YUV 112.04 124.03 83.75 -
System Red Green Blue C M Y K H S L
Decimal 50 145 105 0.66 0 0.28 0.43 154.74 0.49 0.38
Hex 32 91 69 42 0 1C 2B 9B 31 26
Octal 62 221 151 102 0 34 53 233 61 46
Binary 110010 10010001 1101001 1000010 0 11100 101011 10011011 110001 100110

Color Harmonies of #329169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329169

Black with #329169

Text Example


Text Example

White with #329169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329169; }

 p { color: rgb(50,145,105); }

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

background-color css

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

 a { background-color: rgb(50,145,105); }

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

border-color css

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

 span { border-color: rgb(50,145,105); }

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