Html Css Color HEX #359E77 Gossamer

📋 copy color: '#359E77'

red 53 ◦ green 158 ◦ blue 119

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

Shades of Gossamer #359E77

Tints of Gossamer #359E77

RGB

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

 GREEN value IS 158 (62.11% from 255) = 47.88%

 BLUE value IS 119 (46.88% from 255) = 36.06%

R = 16.06%
G = 47.88%
B = 36.06%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#359E77 (or 0x359E77) is known color: Gossamer. HEX triplet: 35, 9E and 77. RGB value is (53,158,119). Sum of RGB (Red+Green+Blue) = 53+158+119=330 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.06% from 330); Green value is 158 (62.11% from 255 or 47.88% from 330); Blue value is 119 (46.88% from 255 or 36.06% from 330); Max value from RGB is 158 - color contains mainly: green. Hex color #359E77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359E77 is #CA6188. Grayscale: #7A7A7A. Windows color (decimal): -13263241 or 7839285. OLE color: 7839285.

HSL color Cylindrical-coordinate representation of color #359E77: hue angle of 157.71º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359E77 is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB 53 158 119 -
CMYK 0.66 0 0.25 0.38
HSL 157.71º 0.5% 0.41% -
HSV(B) 157.71º 0.66% 0.62% -
XYZ 17.02 26.54 21.68 -
YUV 122.16 126.21 78.67 -
System Red Green Blue C M Y K H S L
Decimal 53 158 119 0.66 0 0.25 0.38 157.71 0.5 0.41
Hex 35 9E 77 42 0 19 26 9E 32 29
Octal 65 236 167 102 0 31 46 236 62 51
Binary 110101 10011110 1110111 1000010 0 11001 100110 10011110 110010 101001

Color Harmonies of #359E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359E77

Black with #359E77

Text Example


Text Example

White with #359E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359E77; }

 p { color: rgb(53,158,119); }

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

background-color css

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

 a { background-color: rgb(53,158,119); }

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

border-color css

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

 span { border-color: rgb(53,158,119); }

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