Html Css Color HEX #329964 Eucalyptus

📋 copy color: '#329964'

red 50 ◦ green 153 ◦ blue 100

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

Shades of Eucalyptus #329964

Tints of Eucalyptus #329964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 33%

R = 16.5%
G = 50.5%
B = 33%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.35

 K value IS 0.4

RGB Variations

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

Color information

#329964 (or 0x329964) is known color: Eucalyptus. HEX triplet: 32, 99 and 64. RGB value is (50,153,100). Sum of RGB (Red+Green+Blue) = 50+153+100=303 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.50% from 303); Green value is 153 (60.16% from 255 or 50.50% from 303); Blue value is 100 (39.45% from 255 or 33.00% from 303); Max value from RGB is 153 - color contains mainly: green. Hex color #329964 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329964 is #CD669B. Grayscale: #747474. Windows color (decimal): -13461148 or 6592818. OLE color: 6592818.

HSL color Cylindrical-coordinate representation of color #329964: hue angle of 149.13º 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 #329964 is Cyan = 0.67, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.4.

Color convert

RGB 50 153 100 -
CMYK 0.67 0 0.35 0.4
HSL 149.13º 0.51% 0.4% -
HSV(B) 149.13º 0.67% 0.6% -
XYZ 15.01 24.38 15.97 -
YUV 116.16 118.88 80.81 -
System Red Green Blue C M Y K H S L
Decimal 50 153 100 0.67 0 0.35 0.4 149.13 0.51 0.4
Hex 32 99 64 43 0 23 28 95 33 28
Octal 62 231 144 103 0 43 50 225 63 50
Binary 110010 10011001 1100100 1000011 0 100011 101000 10010101 110011 101000

Color Harmonies of #329964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329964

Black with #329964

Text Example


Text Example

White with #329964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329964; }

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

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

background-color css

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

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

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

border-color css

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

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

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