Html Css Color HEX #329566 Eucalyptus

📋 copy color: '#329566'

red 50 ◦ green 149 ◦ blue 102

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

Shades of Eucalyptus #329566

Tints of Eucalyptus #329566

RGB

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

 GREEN value IS 149 (58.59% from 255) = 49.5%

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

R = 16.61%
G = 49.5%
B = 33.89%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#329566 (or 0x329566) is known color: Eucalyptus. HEX triplet: 32, 95 and 66. RGB value is (50,149,102). Sum of RGB (Red+Green+Blue) = 50+149+102=301 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.61% from 301); Green value is 149 (58.59% from 255 or 49.50% from 301); Blue value is 102 (40.23% from 255 or 33.89% from 301); Max value from RGB is 149 - color contains mainly: green. Hex color #329566 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329566 is #CD6A99. Grayscale: #727272. Windows color (decimal): -13462170 or 6722866. OLE color: 6722866.

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

Color convert

RGB 50 149 102 -
CMYK 0.66 0 0.32 0.42
HSL 151.52º 0.5% 0.39% -
HSV(B) 151.52º 0.66% 0.58% -
XYZ 14.46 23.13 16.27 -
YUV 114.04 121.2 82.32 -
System Red Green Blue C M Y K H S L
Decimal 50 149 102 0.66 0 0.32 0.42 151.52 0.5 0.39
Hex 32 95 66 42 0 20 2A 98 32 27
Octal 62 225 146 102 0 40 52 230 62 47
Binary 110010 10010101 1100110 1000010 0 100000 101010 10011000 110010 100111

Color Harmonies of #329566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329566

Black with #329566

Text Example


Text Example

White with #329566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329566; }

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

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

background-color css

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

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

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

border-color css

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

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

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