Html Css Color HEX #359476 Gossamer

📋 copy color: '#359476'

red 53 ◦ green 148 ◦ blue 118

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

Shades of Gossamer #359476

Tints of Gossamer #359476

RGB

 RED value IS 53 (21.09% from 255) = 16.61%

 GREEN value IS 148 (58.2% from 255) = 46.39%

 BLUE value IS 118 (46.48% from 255) = 36.99%

R = 16.61%
G = 46.39%
B = 36.99%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#359476 (or 0x359476) is known color: Gossamer. HEX triplet: 35, 94 and 76. RGB value is (53,148,118). Sum of RGB (Red+Green+Blue) = 53+148+118=319 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.61% from 319); Green value is 148 (58.20% from 255 or 46.39% from 319); Blue value is 118 (46.48% from 255 or 36.99% from 319); Max value from RGB is 148 - color contains mainly: green. Hex color #359476 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359476 is #CA6B89. Grayscale: #747474. Windows color (decimal): -13265802 or 7771189. OLE color: 7771189.

HSL color Cylindrical-coordinate representation of color #359476: hue angle of 161.05º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #359476 is Cyan = 0.64, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 148 118 -
CMYK 0.64 0 0.20 0.42
HSL 161.05º 0.47% 0.39% -
HSV(B) 161.05º 0.64% 0.58% -
XYZ 15.33 23.24 20.82 -
YUV 116.18 129.03 82.94 -
System Red Green Blue C M Y K H S L
Decimal 53 148 118 0.64 0 0.20 0.42 161.05 0.47 0.39
Hex 35 94 76 40 0 14 2A A1 2F 27
Octal 65 224 166 100 0 24 52 241 57 47
Binary 110101 10010100 1110110 1000000 0 10100 101010 10100001 101111 100111

Color Harmonies of #359476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359476

Black with #359476

Text Example


Text Example

White with #359476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359476; }

 p { color: rgb(53,148,118); }

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

background-color css

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

 a { background-color: rgb(53,148,118); }

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

border-color css

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

 span { border-color: rgb(53,148,118); }

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