Html Css Color HEX #329B5D Eucalyptus

📋 copy color: '#329B5D'

red 50 ◦ green 155 ◦ blue 93

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

Shades of Eucalyptus #329B5D

Tints of Eucalyptus #329B5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 31.21%

R = 16.78%
G = 52.01%
B = 31.21%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.4

 K value IS 0.39

RGB Variations

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

Color information

#329B5D (or 0x329B5D) is known color: Eucalyptus. HEX triplet: 32, 9B and 5D. RGB value is (50,155,93). Sum of RGB (Red+Green+Blue) = 50+155+93=298 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.78% from 298); Green value is 155 (60.94% from 255 or 52.01% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 155 - color contains mainly: green. Hex color #329B5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329B5D is #CD64A2. Grayscale: #747474. Windows color (decimal): -13460643 or 6134578. OLE color: 6134578.

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

Color convert

RGB 50 155 93 -
CMYK 0.68 0 0.4 0.39
HSL 144.57º 0.51% 0.4% -
HSV(B) 144.57º 0.68% 0.61% -
XYZ 15.01 24.91 14.37 -
YUV 116.54 114.71 80.54 -
System Red Green Blue C M Y K H S L
Decimal 50 155 93 0.68 0 0.4 0.39 144.57 0.51 0.4
Hex 32 9B 5D 44 0 28 27 91 33 28
Octal 62 233 135 104 0 50 47 221 63 50
Binary 110010 10011011 1011101 1000100 0 101000 100111 10010001 110011 101000

Color Harmonies of #329B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329B5D

Black with #329B5D

Text Example


Text Example

White with #329B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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