Html Css Color HEX #359774 Gossamer

📋 copy color: '#359774'

red 53 ◦ green 151 ◦ blue 116

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

Shades of Gossamer #359774

Tints of Gossamer #359774

RGB

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

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

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

R = 16.56%
G = 47.19%
B = 36.25%

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

#359774 (or 0x359774) is known color: Gossamer. HEX triplet: 35, 97 and 74. RGB value is (53,151,116). Sum of RGB (Red+Green+Blue) = 53+151+116=320 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.56% from 320); Green value is 151 (59.38% from 255 or 47.19% from 320); Blue value is 116 (45.70% from 255 or 36.25% from 320); Max value from RGB is 151 - color contains mainly: green. Hex color #359774 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359774 is #CA688B. Grayscale: #757575. Windows color (decimal): -13265036 or 7640885. OLE color: 7640885.

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

Color convert

RGB 53 151 116 -
CMYK 0.65 0 0.23 0.41
HSL 158.57º 0.48% 0.4% -
HSV(B) 158.57º 0.65% 0.59% -
XYZ 15.69 24.15 20.36 -
YUV 117.71 127.03 81.85 -
System Red Green Blue C M Y K H S L
Decimal 53 151 116 0.65 0 0.23 0.41 158.57 0.48 0.4
Hex 35 97 74 41 0 17 29 9F 30 28
Octal 65 227 164 101 0 27 51 237 60 50
Binary 110101 10010111 1110100 1000001 0 10111 101001 10011111 110000 101000

Color Harmonies of #359774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359774

Black with #359774

Text Example


Text Example

White with #359774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359774; }

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

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

background-color css

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

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

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

border-color css

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

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

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