Html Css Color HEX #329768 Eucalyptus

📋 copy color: '#329768'

red 50 ◦ green 151 ◦ blue 104

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

Shades of Eucalyptus #329768

Tints of Eucalyptus #329768

RGB

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

 GREEN value IS 151 (59.38% from 255) = 49.51%

 BLUE value IS 104 (41.02% from 255) = 34.1%

R = 16.39%
G = 49.51%
B = 34.1%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#329768 (or 0x329768) is known color: Eucalyptus. HEX triplet: 32, 97 and 68. RGB value is (50,151,104). Sum of RGB (Red+Green+Blue) = 50+151+104=305 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.39% from 305); Green value is 151 (59.38% from 255 or 49.51% from 305); Blue value is 104 (41.02% from 255 or 34.10% from 305); Max value from RGB is 151 - color contains mainly: green. Hex color #329768 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329768 is #CD6897. Grayscale: #737373. Windows color (decimal): -13461656 or 6854450. OLE color: 6854450.

HSL color Cylindrical-coordinate representation of color #329768: hue angle of 152.08º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #329768 is Cyan = 0.67, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB 50 151 104 -
CMYK 0.67 0 0.31 0.41
HSL 152.08º 0.5% 0.39% -
HSV(B) 152.08º 0.67% 0.59% -
XYZ 14.88 23.81 16.91 -
YUV 115.44 121.54 81.32 -
System Red Green Blue C M Y K H S L
Decimal 50 151 104 0.67 0 0.31 0.41 152.08 0.5 0.39
Hex 32 97 68 43 0 1F 29 98 32 27
Octal 62 227 150 103 0 37 51 230 62 47
Binary 110010 10010111 1101000 1000011 0 11111 101001 10011000 110010 100111

Color Harmonies of #329768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329768

Black with #329768

Text Example


Text Example

White with #329768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329768; }

 p { color: rgb(50,151,104); }

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

background-color css

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

 a { background-color: rgb(50,151,104); }

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

border-color css

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

 span { border-color: rgb(50,151,104); }

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