Html Css Color HEX #329B5E Eucalyptus

📋 copy color: '#329B5E'

red 50 ◦ green 155 ◦ blue 94

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

Shades of Eucalyptus #329B5E

Tints of Eucalyptus #329B5E

RGB

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

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

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

R = 16.72%
G = 51.84%
B = 31.44%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.39

 K value IS 0.39

RGB Variations

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

Color information

#329B5E (or 0x329B5E) is known color: Eucalyptus. HEX triplet: 32, 9B and 5E. RGB value is (50,155,94). Sum of RGB (Red+Green+Blue) = 50+155+94=299 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.72% from 299); Green value is 155 (60.94% from 255 or 51.84% from 299); Blue value is 94 (37.11% from 255 or 31.44% from 299); Max value from RGB is 155 - color contains mainly: green. Hex color #329B5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329B5E is #CD64A1. Grayscale: #747474. Windows color (decimal): -13460642 or 6200114. OLE color: 6200114.

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

Color convert

RGB 50 155 94 -
CMYK 0.68 0 0.39 0.39
HSL 145.14º 0.51% 0.4% -
HSV(B) 145.14º 0.68% 0.61% -
XYZ 15.06 24.93 14.61 -
YUV 116.65 115.21 80.46 -
System Red Green Blue C M Y K H S L
Decimal 50 155 94 0.68 0 0.39 0.39 145.14 0.51 0.4
Hex 32 9B 5E 44 0 27 27 91 33 28
Octal 62 233 136 104 0 47 47 221 63 50
Binary 110010 10011011 1011110 1000100 0 100111 100111 10010001 110011 101000

Color Harmonies of #329B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329B5E

Black with #329B5E

Text Example


Text Example

White with #329B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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