Html Css Color HEX #329F78 Gossamer

📋 copy color: '#329F78'

red 50 ◦ green 159 ◦ blue 120

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

Shades of Gossamer #329F78

Tints of Gossamer #329F78

RGB

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

 GREEN value IS 159 (62.5% from 255) = 48.33%

 BLUE value IS 120 (47.27% from 255) = 36.47%

R = 15.2%
G = 48.33%
B = 36.47%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#329F78 (or 0x329F78) is known color: Gossamer. HEX triplet: 32, 9F and 78. RGB value is (50,159,120). Sum of RGB (Red+Green+Blue) = 50+159+120=329 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.20% from 329); Green value is 159 (62.5% from 255 or 48.33% from 329); Blue value is 120 (47.27% from 255 or 36.47% from 329); Max value from RGB is 159 - color contains mainly: green. Hex color #329F78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329F78 is #CD6087. Grayscale: #7A7A7A. Windows color (decimal): -13459592 or 7905074. OLE color: 7905074.

HSL color Cylindrical-coordinate representation of color #329F78: hue angle of 158.53º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #329F78 is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB 50 159 120 -
CMYK 0.69 0 0.25 0.38
HSL 158.53º 0.52% 0.41% -
HSV(B) 158.53º 0.69% 0.62% -
XYZ 17.1 26.83 22.05 -
YUV 121.96 126.89 76.67 -
System Red Green Blue C M Y K H S L
Decimal 50 159 120 0.69 0 0.25 0.38 158.53 0.52 0.41
Hex 32 9F 78 45 0 19 26 9F 34 29
Octal 62 237 170 105 0 31 46 237 64 51
Binary 110010 10011111 1111000 1000101 0 11001 100110 10011111 110100 101001

Color Harmonies of #329F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329F78

Black with #329F78

Text Example


Text Example

White with #329F78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,159,120); }

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

background-color css

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

 a { background-color: rgb(50,159,120); }

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

border-color css

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

 span { border-color: rgb(50,159,120); }

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