Html Css Color HEX #329973 Gossamer

📋 copy color: '#329973'

red 50 ◦ green 153 ◦ blue 115

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

Shades of Gossamer #329973

Tints of Gossamer #329973

RGB

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

 GREEN value IS 153 (60.16% from 255) = 48.11%

 BLUE value IS 115 (45.31% from 255) = 36.16%

R = 15.72%
G = 48.11%
B = 36.16%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#329973 (or 0x329973) is known color: Gossamer. HEX triplet: 32, 99 and 73. RGB value is (50,153,115). Sum of RGB (Red+Green+Blue) = 50+153+115=318 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.72% from 318); Green value is 153 (60.16% from 255 or 48.11% from 318); Blue value is 115 (45.31% from 255 or 36.16% from 318); Max value from RGB is 153 - color contains mainly: green. Hex color #329973 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329973 is #CD668C. Grayscale: #757575. Windows color (decimal): -13461133 or 7575858. OLE color: 7575858.

HSL color Cylindrical-coordinate representation of color #329973: hue angle of 157.86º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #329973 is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB 50 153 115 -
CMYK 0.67 0 0.25 0.4
HSL 157.86º 0.51% 0.4% -
HSV(B) 157.86º 0.67% 0.6% -
XYZ 15.8 24.7 20.15 -
YUV 117.87 126.38 79.59 -
System Red Green Blue C M Y K H S L
Decimal 50 153 115 0.67 0 0.25 0.4 157.86 0.51 0.4
Hex 32 99 73 43 0 19 28 9E 33 28
Octal 62 231 163 103 0 31 50 236 63 50
Binary 110010 10011001 1110011 1000011 0 11001 101000 10011110 110011 101000

Color Harmonies of #329973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329973

Black with #329973

Text Example


Text Example

White with #329973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329973; }

 p { color: rgb(50,153,115); }

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

background-color css

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

 a { background-color: rgb(50,153,115); }

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

border-color css

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

 span { border-color: rgb(50,153,115); }

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