Html Css Color HEX #359773 Gossamer

📋 copy color: '#359773'

red 53 ◦ green 151 ◦ blue 115

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

Shades of Gossamer #359773

Tints of Gossamer #359773

RGB

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

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

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

R = 16.61%
G = 47.34%
B = 36.05%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#359773 (or 0x359773) is known color: Gossamer. HEX triplet: 35, 97 and 73. RGB value is (53,151,115). Sum of RGB (Red+Green+Blue) = 53+151+115=319 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.61% from 319); Green value is 151 (59.38% from 255 or 47.34% from 319); Blue value is 115 (45.31% from 255 or 36.05% from 319); Max value from RGB is 151 - color contains mainly: green. Hex color #359773 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359773 is #CA688C. Grayscale: #757575. Windows color (decimal): -13265037 or 7575349. OLE color: 7575349.

HSL color Cylindrical-coordinate representation of color #359773: hue angle of 157.96º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #359773 is Cyan = 0.65, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.41.

Color convert

RGB 53 151 115 -
CMYK 0.65 0 0.24 0.41
HSL 157.96º 0.48% 0.4% -
HSV(B) 157.96º 0.65% 0.59% -
XYZ 15.63 24.13 20.05 -
YUV 117.59 126.53 81.93 -
System Red Green Blue C M Y K H S L
Decimal 53 151 115 0.65 0 0.24 0.41 157.96 0.48 0.4
Hex 35 97 73 41 0 18 29 9E 30 28
Octal 65 227 163 101 0 30 51 236 60 50
Binary 110101 10010111 1110011 1000001 0 11000 101001 10011110 110000 101000

Color Harmonies of #359773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359773

Black with #359773

Text Example


Text Example

White with #359773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359773; }

 p { color: rgb(53,151,115); }

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

background-color css

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

 a { background-color: rgb(53,151,115); }

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

border-color css

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

 span { border-color: rgb(53,151,115); }

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