Html Css Color HEX #329B5F Eucalyptus

📋 copy color: '#329B5F'

red 50 ◦ green 155 ◦ blue 95

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

Shades of Eucalyptus #329B5F

Tints of Eucalyptus #329B5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 31.67%

R = 16.67%
G = 51.67%
B = 31.67%

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

#329B5F (or 0x329B5F) is known color: Eucalyptus. HEX triplet: 32, 9B and 5F. RGB value is (50,155,95). Sum of RGB (Red+Green+Blue) = 50+155+95=300 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.67% from 300); Green value is 155 (60.94% from 255 or 51.67% from 300); Blue value is 95 (37.5% from 255 or 31.67% from 300); Max value from RGB is 155 - color contains mainly: green. Hex color #329B5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329B5F is #CD64A0. Grayscale: #747474. Windows color (decimal): -13460641 or 6265650. OLE color: 6265650.

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

Color convert

RGB 50 155 95 -
CMYK 0.68 0 0.39 0.39
HSL 145.71º 0.51% 0.4% -
HSV(B) 145.71º 0.68% 0.61% -
XYZ 15.1 24.95 14.85 -
YUV 116.77 115.71 80.38 -
System Red Green Blue C M Y K H S L
Decimal 50 155 95 0.68 0 0.39 0.39 145.71 0.51 0.4
Hex 32 9B 5F 44 0 27 27 92 33 28
Octal 62 233 137 104 0 47 47 222 63 50
Binary 110010 10011011 1011111 1000100 0 100111 100111 10010010 110011 101000

Color Harmonies of #329B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329B5F

Black with #329B5F

Text Example


Text Example

White with #329B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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