Html Css Color HEX #329168 Eucalyptus

📋 copy color: '#329168'

red 50 ◦ green 145 ◦ blue 104

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

Shades of Eucalyptus #329168

Tints of Eucalyptus #329168

RGB

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

 GREEN value IS 145 (57.03% from 255) = 48.49%

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

R = 16.72%
G = 48.49%
B = 34.78%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#329168 (or 0x329168) is known color: Eucalyptus. HEX triplet: 32, 91 and 68. RGB value is (50,145,104). Sum of RGB (Red+Green+Blue) = 50+145+104=299 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.72% from 299); Green value is 145 (57.03% from 255 or 48.49% from 299); Blue value is 104 (41.02% from 255 or 34.78% from 299); Max value from RGB is 145 - color contains mainly: green. Hex color #329168 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329168 is #CD6E97. Grayscale: #6F6F6F. Windows color (decimal): -13463192 or 6852914. OLE color: 6852914.

HSL color Cylindrical-coordinate representation of color #329168: hue angle of 154.11º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #329168 is Cyan = 0.66, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 145 104 -
CMYK 0.66 0 0.28 0.43
HSL 154.11º 0.49% 0.38% -
HSV(B) 154.11º 0.66% 0.57% -
XYZ 13.94 21.93 16.59 -
YUV 111.92 123.53 83.83 -
System Red Green Blue C M Y K H S L
Decimal 50 145 104 0.66 0 0.28 0.43 154.11 0.49 0.38
Hex 32 91 68 42 0 1C 2B 9A 31 26
Octal 62 221 150 102 0 34 53 232 61 46
Binary 110010 10010001 1101000 1000010 0 11100 101011 10011010 110001 100110

Color Harmonies of #329168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329168

Black with #329168

Text Example


Text Example

White with #329168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329168; }

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

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

background-color css

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

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

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

border-color css

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

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

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