Html Css Color HEX #359674 Gossamer

📋 copy color: '#359674'

red 53 ◦ green 150 ◦ blue 116

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

Shades of Gossamer #359674

Tints of Gossamer #359674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 36.36%

R = 16.61%
G = 47.02%
B = 36.36%

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

#359674 (or 0x359674) is known color: Gossamer. HEX triplet: 35, 96 and 74. RGB value is (53,150,116). Sum of RGB (Red+Green+Blue) = 53+150+116=319 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.61% from 319); Green value is 150 (58.98% from 255 or 47.02% from 319); Blue value is 116 (45.70% from 255 or 36.36% from 319); Max value from RGB is 150 - color contains mainly: green. Hex color #359674 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359674 is #CA698B. Grayscale: #757575. Windows color (decimal): -13265292 or 7640629. OLE color: 7640629.

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

Color convert

RGB 53 150 116 -
CMYK 0.65 0 0.23 0.41
HSL 158.97º 0.48% 0.4% -
HSV(B) 158.97º 0.65% 0.59% -
XYZ 15.53 23.83 20.3 -
YUV 117.12 127.36 82.26 -
System Red Green Blue C M Y K H S L
Decimal 53 150 116 0.65 0 0.23 0.41 158.97 0.48 0.4
Hex 35 96 74 41 0 17 29 9F 30 28
Octal 65 226 164 101 0 27 51 237 60 50
Binary 110101 10010110 1110100 1000001 0 10111 101001 10011111 110000 101000

Color Harmonies of #359674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359674

Black with #359674

Text Example


Text Example

White with #359674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359674; }

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

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

background-color css

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

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

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

border-color css

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

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

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