Html Css Color HEX #329B5A Eucalyptus

📋 copy color: '#329B5A'

red 50 ◦ green 155 ◦ blue 90

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

Shades of Eucalyptus #329B5A

Tints of Eucalyptus #329B5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 30.51%

R = 16.95%
G = 52.54%
B = 30.51%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.42

 K value IS 0.39

RGB Variations

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

Color information

#329B5A (or 0x329B5A) is known color: Eucalyptus. HEX triplet: 32, 9B and 5A. RGB value is (50,155,90). Sum of RGB (Red+Green+Blue) = 50+155+90=295 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.95% from 295); Green value is 155 (60.94% from 255 or 52.54% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 155 - color contains mainly: green. Hex color #329B5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329B5A is #CD64A5. Grayscale: #747474. Windows color (decimal): -13460646 or 5937970. OLE color: 5937970.

HSL color Cylindrical-coordinate representation of color #329B5A: hue angle of 142.86º 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 #329B5A is Cyan = 0.68, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.39.

Color convert

RGB 50 155 90 -
CMYK 0.68 0 0.42 0.39
HSL 142.86º 0.51% 0.4% -
HSV(B) 142.86º 0.68% 0.61% -
XYZ 14.88 24.86 13.69 -
YUV 116.2 113.21 80.79 -
System Red Green Blue C M Y K H S L
Decimal 50 155 90 0.68 0 0.42 0.39 142.86 0.51 0.4
Hex 32 9B 5A 44 0 2A 27 8F 33 28
Octal 62 233 132 104 0 52 47 217 63 50
Binary 110010 10011011 1011010 1000100 0 101010 100111 10001111 110011 101000

Color Harmonies of #329B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329B5A

Black with #329B5A

Text Example


Text Example

White with #329B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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