Html Css Color HEX #359673 Gossamer

📋 copy color: '#359673'

red 53 ◦ green 150 ◦ blue 115

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

Shades of Gossamer #359673

Tints of Gossamer #359673

RGB

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

 GREEN value IS 150 (58.98% from 255) = 47.17%

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

R = 16.67%
G = 47.17%
B = 36.16%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#359673 (or 0x359673) is known color: Gossamer. HEX triplet: 35, 96 and 73. RGB value is (53,150,115). Sum of RGB (Red+Green+Blue) = 53+150+115=318 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.67% from 318); Green value is 150 (58.98% from 255 or 47.17% from 318); Blue value is 115 (45.31% from 255 or 36.16% from 318); Max value from RGB is 150 - color contains mainly: green. Hex color #359673 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359673 is #CA698C. Grayscale: #757575. Windows color (decimal): -13265293 or 7575093. OLE color: 7575093.

HSL color Cylindrical-coordinate representation of color #359673: hue angle of 158.35º 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 #359673 is Cyan = 0.65, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 53 150 115 -
CMYK 0.65 0 0.23 0.41
HSL 158.35º 0.48% 0.4% -
HSV(B) 158.35º 0.65% 0.59% -
XYZ 15.47 23.81 20 -
YUV 117.01 126.86 82.35 -
System Red Green Blue C M Y K H S L
Decimal 53 150 115 0.65 0 0.23 0.41 158.35 0.48 0.4
Hex 35 96 73 41 0 17 29 9E 30 28
Octal 65 226 163 101 0 27 51 236 60 50
Binary 110101 10010110 1110011 1000001 0 10111 101001 10011110 110000 101000

Color Harmonies of #359673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359673

Black with #359673

Text Example


Text Example

White with #359673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359673; }

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

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

background-color css

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

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

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

border-color css

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

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

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