Html Css Color HEX #329C5E Eucalyptus

📋 copy color: '#329C5E'

red 50 ◦ green 156 ◦ blue 94

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

Shades of Eucalyptus #329C5E

Tints of Eucalyptus #329C5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.33%

R = 16.67%
G = 52%
B = 31.33%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.40

 K value IS 0.39

RGB Variations

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

Color information

#329C5E (or 0x329C5E) is known color: Eucalyptus. HEX triplet: 32, 9C and 5E. RGB value is (50,156,94). Sum of RGB (Red+Green+Blue) = 50+156+94=300 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.67% from 300); Green value is 156 (61.33% from 255 or 52% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 156 - color contains mainly: green. Hex color #329C5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329C5E is #CD63A1. Grayscale: #757575. Windows color (decimal): -13460386 or 6200370. OLE color: 6200370.

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

Color convert

RGB 50 156 94 -
CMYK 0.68 0 0.40 0.39
HSL 144.91º 0.51% 0.4% -
HSV(B) 144.91º 0.68% 0.61% -
XYZ 15.22 25.26 14.66 -
YUV 117.24 114.88 80.04 -
System Red Green Blue C M Y K H S L
Decimal 50 156 94 0.68 0 0.40 0.39 144.91 0.51 0.4
Hex 32 9C 5E 44 0 28 27 91 33 28
Octal 62 234 136 104 0 50 47 221 63 50
Binary 110010 10011100 1011110 1000100 0 101000 100111 10010001 110011 101000

Color Harmonies of #329C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329C5E

Black with #329C5E

Text Example


Text Example

White with #329C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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