Html Css Color HEX #329C6F Eucalyptus

📋 copy color: '#329C6F'

red 50 ◦ green 156 ◦ blue 111

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

Shades of Eucalyptus #329C6F

Tints of Eucalyptus #329C6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 35.02%

R = 15.77%
G = 49.21%
B = 35.02%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#329C6F (or 0x329C6F) is known color: Eucalyptus. HEX triplet: 32, 9C and 6F. RGB value is (50,156,111). Sum of RGB (Red+Green+Blue) = 50+156+111=317 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.77% from 317); Green value is 156 (61.33% from 255 or 49.21% from 317); Blue value is 111 (43.75% from 255 or 35.02% from 317); Max value from RGB is 156 - color contains mainly: green. Hex color #329C6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329C6F is #CD6390. Grayscale: #777777. Windows color (decimal): -13460369 or 7314482. OLE color: 7314482.

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

Color convert

RGB 50 156 111 -
CMYK 0.68 0 0.29 0.39
HSL 154.53º 0.51% 0.4% -
HSV(B) 154.53º 0.68% 0.61% -
XYZ 16.07 25.6 19.13 -
YUV 119.18 123.38 78.66 -
System Red Green Blue C M Y K H S L
Decimal 50 156 111 0.68 0 0.29 0.39 154.53 0.51 0.4
Hex 32 9C 6F 44 0 1D 27 9B 33 28
Octal 62 234 157 104 0 35 47 233 63 50
Binary 110010 10011100 1101111 1000100 0 11101 100111 10011011 110011 101000

Color Harmonies of #329C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329C6F

Black with #329C6F

Text Example


Text Example

White with #329C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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