Html Css Color HEX #329F5B Eucalyptus

📋 copy color: '#329F5B'

red 50 ◦ green 159 ◦ blue 91

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

Shades of Eucalyptus #329F5B

Tints of Eucalyptus #329F5B

RGB

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

 GREEN value IS 159 (62.5% from 255) = 53%

 BLUE value IS 91 (35.94% from 255) = 30.33%

R = 16.67%
G = 53%
B = 30.33%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.43

 K value IS 0.38

RGB Variations

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

Color information

#329F5B (or 0x329F5B) is known color: Eucalyptus. HEX triplet: 32, 9F and 5B. RGB value is (50,159,91). Sum of RGB (Red+Green+Blue) = 50+159+91=300 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.67% from 300); Green value is 159 (62.5% from 255 or 53% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 159 - color contains mainly: green. Hex color #329F5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329F5B is #CD60A4. Grayscale: #767676. Windows color (decimal): -13459621 or 6004530. OLE color: 6004530.

HSL color Cylindrical-coordinate representation of color #329F5B: hue angle of 142.57º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #329F5B is Cyan = 0.69, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.38.

Color convert

RGB 50 159 91 -
CMYK 0.69 0 0.43 0.38
HSL 142.57º 0.52% 0.41% -
HSV(B) 142.57º 0.69% 0.62% -
XYZ 15.6 26.23 14.14 -
YUV 118.66 112.39 79.03 -
System Red Green Blue C M Y K H S L
Decimal 50 159 91 0.69 0 0.43 0.38 142.57 0.52 0.41
Hex 32 9F 5B 45 0 2B 26 8F 34 29
Octal 62 237 133 105 0 53 46 217 64 51
Binary 110010 10011111 1011011 1000101 0 101011 100110 10001111 110100 101001

Color Harmonies of #329F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329F5B

Black with #329F5B

Text Example


Text Example

White with #329F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,159,91); }

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

background-color css

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

 a { background-color: rgb(50,159,91); }

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

border-color css

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

 span { border-color: rgb(50,159,91); }

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