Html Css Color HEX #359A76 Gossamer

📋 copy color: '#359A76'

red 53 ◦ green 154 ◦ blue 118

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

Shades of Gossamer #359A76

Tints of Gossamer #359A76

RGB

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

 GREEN value IS 154 (60.55% from 255) = 47.38%

 BLUE value IS 118 (46.48% from 255) = 36.31%

R = 16.31%
G = 47.38%
B = 36.31%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#359A76 (or 0x359A76) is known color: Gossamer. HEX triplet: 35, 9A and 76. RGB value is (53,154,118). Sum of RGB (Red+Green+Blue) = 53+154+118=325 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.31% from 325); Green value is 154 (60.55% from 255 or 47.38% from 325); Blue value is 118 (46.48% from 255 or 36.31% from 325); Max value from RGB is 154 - color contains mainly: green. Hex color #359A76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359A76 is #CA6589. Grayscale: #777777. Windows color (decimal): -13264266 or 7772725. OLE color: 7772725.

HSL color Cylindrical-coordinate representation of color #359A76: hue angle of 158.61º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359A76 is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.40.

Color convert

RGB 53 154 118 -
CMYK 0.66 0 0.23 0.40
HSL 158.61º 0.49% 0.41% -
HSV(B) 158.61º 0.66% 0.6% -
XYZ 16.29 25.18 21.14 -
YUV 119.7 127.04 80.43 -
System Red Green Blue C M Y K H S L
Decimal 53 154 118 0.66 0 0.23 0.40 158.61 0.49 0.41
Hex 35 9A 76 42 0 17 28 9F 31 29
Octal 65 232 166 102 0 27 50 237 61 51
Binary 110101 10011010 1110110 1000010 0 10111 101000 10011111 110001 101001

Color Harmonies of #359A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359A76

Black with #359A76

Text Example


Text Example

White with #359A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,154,118); }

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

background-color css

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

 a { background-color: rgb(53,154,118); }

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

border-color css

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

 span { border-color: rgb(53,154,118); }

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