Html Css Color HEX #359A73 Gossamer

📋 copy color: '#359A73'

red 53 ◦ green 154 ◦ blue 115

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

Shades of Gossamer #359A73

Tints of Gossamer #359A73

RGB

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

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

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

R = 16.46%
G = 47.83%
B = 35.71%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#359A73 (or 0x359A73) is known color: Gossamer. HEX triplet: 35, 9A and 73. RGB value is (53,154,115). Sum of RGB (Red+Green+Blue) = 53+154+115=322 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.46% from 322); Green value is 154 (60.55% from 255 or 47.83% from 322); Blue value is 115 (45.31% from 255 or 35.71% from 322); Max value from RGB is 154 - color contains mainly: green. Hex color #359A73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359A73 is #CA658C. Grayscale: #777777. Windows color (decimal): -13264269 or 7576117. OLE color: 7576117.

HSL color Cylindrical-coordinate representation of color #359A73: hue angle of 156.83º 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 #359A73 is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB 53 154 115 -
CMYK 0.66 0 0.25 0.40
HSL 156.83º 0.49% 0.41% -
HSV(B) 156.83º 0.66% 0.6% -
XYZ 16.12 25.11 20.22 -
YUV 119.36 125.54 80.67 -
System Red Green Blue C M Y K H S L
Decimal 53 154 115 0.66 0 0.25 0.40 156.83 0.49 0.41
Hex 35 9A 73 42 0 19 28 9D 31 29
Octal 65 232 163 102 0 31 50 235 61 51
Binary 110101 10011010 1110011 1000010 0 11001 101000 10011101 110001 101001

Color Harmonies of #359A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359A73

Black with #359A73

Text Example


Text Example

White with #359A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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