Html Css Color HEX #329966 Eucalyptus

📋 copy color: '#329966'

red 50 ◦ green 153 ◦ blue 102

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

Shades of Eucalyptus #329966

Tints of Eucalyptus #329966

RGB

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

 GREEN value IS 153 (60.16% from 255) = 50.16%

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

R = 16.39%
G = 50.16%
B = 33.44%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.33

 K value IS 0.4

RGB Variations

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

Color information

#329966 (or 0x329966) is known color: Eucalyptus. HEX triplet: 32, 99 and 66. RGB value is (50,153,102). Sum of RGB (Red+Green+Blue) = 50+153+102=305 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.39% from 305); Green value is 153 (60.16% from 255 or 50.16% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 153 - color contains mainly: green. Hex color #329966 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329966 is #CD6699. Grayscale: #747474. Windows color (decimal): -13461146 or 6723890. OLE color: 6723890.

HSL color Cylindrical-coordinate representation of color #329966: hue angle of 150.29º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #329966 is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.4.

Color convert

RGB 50 153 102 -
CMYK 0.67 0 0.33 0.4
HSL 150.29º 0.51% 0.4% -
HSV(B) 150.29º 0.67% 0.6% -
XYZ 15.1 24.42 16.49 -
YUV 116.39 119.88 80.65 -
System Red Green Blue C M Y K H S L
Decimal 50 153 102 0.67 0 0.33 0.4 150.29 0.51 0.4
Hex 32 99 66 43 0 21 28 96 33 28
Octal 62 231 146 103 0 41 50 226 63 50
Binary 110010 10011001 1100110 1000011 0 100001 101000 10010110 110011 101000

Color Harmonies of #329966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329966

Black with #329966

Text Example


Text Example

White with #329966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329966; }

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

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

background-color css

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

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

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

border-color css

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

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

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