Html Css Color HEX #329166 Eucalyptus

📋 copy color: '#329166'

red 50 ◦ green 145 ◦ blue 102

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

Shades of Eucalyptus #329166

Tints of Eucalyptus #329166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 34.34%

R = 16.84%
G = 48.82%
B = 34.34%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.30

 K value IS 0.43

RGB Variations

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

Color information

#329166 (or 0x329166) is known color: Eucalyptus. HEX triplet: 32, 91 and 66. RGB value is (50,145,102). Sum of RGB (Red+Green+Blue) = 50+145+102=297 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.84% from 297); Green value is 145 (57.03% from 255 or 48.82% from 297); Blue value is 102 (40.23% from 255 or 34.34% from 297); Max value from RGB is 145 - color contains mainly: green. Hex color #329166 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329166 is #CD6E99. Grayscale: #6F6F6F. Windows color (decimal): -13463194 or 6721842. OLE color: 6721842.

HSL color Cylindrical-coordinate representation of color #329166: hue angle of 152.84º 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 #329166 is Cyan = 0.66, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 145 102 -
CMYK 0.66 0 0.30 0.43
HSL 152.84º 0.49% 0.38% -
HSV(B) 152.84º 0.66% 0.57% -
XYZ 13.84 21.89 16.07 -
YUV 111.69 122.53 84 -
System Red Green Blue C M Y K H S L
Decimal 50 145 102 0.66 0 0.30 0.43 152.84 0.49 0.38
Hex 32 91 66 42 0 1E 2B 99 31 26
Octal 62 221 146 102 0 36 53 231 61 46
Binary 110010 10010001 1100110 1000010 0 11110 101011 10011001 110001 100110

Color Harmonies of #329166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329166

Black with #329166

Text Example


Text Example

White with #329166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329166; }

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

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

background-color css

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

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

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

border-color css

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

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

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