Html Css Color HEX #329C5A Eucalyptus

📋 copy color: '#329C5A'

red 50 ◦ green 156 ◦ blue 90

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

Shades of Eucalyptus #329C5A

Tints of Eucalyptus #329C5A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 52.7%

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

R = 16.89%
G = 52.7%
B = 30.41%

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

#329C5A (or 0x329C5A) is known color: Eucalyptus. HEX triplet: 32, 9C and 5A. RGB value is (50,156,90). Sum of RGB (Red+Green+Blue) = 50+156+90=296 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.89% from 296); Green value is 156 (61.33% from 255 or 52.70% from 296); Blue value is 90 (35.55% from 255 or 30.41% from 296); Max value from RGB is 156 - color contains mainly: green. Hex color #329C5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329C5A is #CD63A5. Grayscale: #747474. Windows color (decimal): -13460390 or 5938226. OLE color: 5938226.

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

Color convert

RGB 50 156 90 -
CMYK 0.68 0 0.42 0.39
HSL 142.64º 0.51% 0.4% -
HSV(B) 142.64º 0.68% 0.61% -
XYZ 15.05 25.19 13.74 -
YUV 116.78 112.88 80.37 -
System Red Green Blue C M Y K H S L
Decimal 50 156 90 0.68 0 0.42 0.39 142.64 0.51 0.4
Hex 32 9C 5A 44 0 2A 27 8F 33 28
Octal 62 234 132 104 0 52 47 217 63 50
Binary 110010 10011100 1011010 1000100 0 101010 100111 10001111 110011 101000

Color Harmonies of #329C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329C5A

Black with #329C5A

Text Example


Text Example

White with #329C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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