Html Css Color HEX #329B63 Eucalyptus

📋 copy color: '#329B63'

red 50 ◦ green 155 ◦ blue 99

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

Shades of Eucalyptus #329B63

Tints of Eucalyptus #329B63

RGB

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

 GREEN value IS 155 (60.94% from 255) = 50.99%

 BLUE value IS 99 (39.06% from 255) = 32.57%

R = 16.45%
G = 50.99%
B = 32.57%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.36

 K value IS 0.39

RGB Variations

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

Color information

#329B63 (or 0x329B63) is known color: Eucalyptus. HEX triplet: 32, 9B and 63. RGB value is (50,155,99). Sum of RGB (Red+Green+Blue) = 50+155+99=304 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.45% from 304); Green value is 155 (60.94% from 255 or 50.99% from 304); Blue value is 99 (39.06% from 255 or 32.57% from 304); Max value from RGB is 155 - color contains mainly: green. Hex color #329B63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329B63 is #CD649C. Grayscale: #757575. Windows color (decimal): -13460637 or 6527794. OLE color: 6527794.

HSL color Cylindrical-coordinate representation of color #329B63: hue angle of 148º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #329B63 is Cyan = 0.68, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.39.

Color convert

RGB 50 155 99 -
CMYK 0.68 0 0.36 0.39
HSL 148º 0.51% 0.4% -
HSV(B) 148º 0.68% 0.61% -
XYZ 15.29 25.02 15.83 -
YUV 117.22 117.71 80.05 -
System Red Green Blue C M Y K H S L
Decimal 50 155 99 0.68 0 0.36 0.39 148 0.51 0.4
Hex 32 9B 63 44 0 24 27 94 33 28
Octal 62 233 143 104 0 44 47 224 63 50
Binary 110010 10011011 1100011 1000100 0 100100 100111 10010100 110011 101000

Color Harmonies of #329B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329B63

Black with #329B63

Text Example


Text Example

White with #329B63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329B63; }

 p { color: rgb(50,155,99); }

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

background-color css

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

 a { background-color: rgb(50,155,99); }

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

border-color css

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

 span { border-color: rgb(50,155,99); }

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