Html Css Color HEX #329069 Eucalyptus

📋 copy color: '#329069'

red 50 ◦ green 144 ◦ blue 105

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

Shades of Eucalyptus #329069

Tints of Eucalyptus #329069

RGB

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

 GREEN value IS 144 (56.64% from 255) = 48.16%

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

R = 16.72%
G = 48.16%
B = 35.12%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.27

 K value IS 0.44

RGB Variations

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

Color information

#329069 (or 0x329069) is known color: Eucalyptus. HEX triplet: 32, 90 and 69. RGB value is (50,144,105). Sum of RGB (Red+Green+Blue) = 50+144+105=299 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.72% from 299); Green value is 144 (56.64% from 255 or 48.16% from 299); Blue value is 105 (41.41% from 255 or 35.12% from 299); Max value from RGB is 144 - color contains mainly: green. Hex color #329069 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329069 is #CD6F96. Grayscale: #6F6F6F. Windows color (decimal): -13463447 or 6918194. OLE color: 6918194.

HSL color Cylindrical-coordinate representation of color #329069: hue angle of 155.11º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #329069 is Cyan = 0.65, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB 50 144 105 -
CMYK 0.65 0 0.27 0.44
HSL 155.11º 0.48% 0.38% -
HSV(B) 155.11º 0.65% 0.56% -
XYZ 13.84 21.64 16.81 -
YUV 111.45 124.36 84.17 -
System Red Green Blue C M Y K H S L
Decimal 50 144 105 0.65 0 0.27 0.44 155.11 0.48 0.38
Hex 32 90 69 41 0 1B 2C 9B 30 26
Octal 62 220 151 101 0 33 54 233 60 46
Binary 110010 10010000 1101001 1000001 0 11011 101100 10011011 110000 100110

Color Harmonies of #329069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329069

Black with #329069

Text Example


Text Example

White with #329069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329069; }

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

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

background-color css

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

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

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

border-color css

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

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

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