Html Css Color HEX #359182 Gossamer

📋 copy color: '#359182'

red 53 ◦ green 145 ◦ blue 130

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

Shades of Gossamer #359182

Tints of Gossamer #359182

RGB

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

 GREEN value IS 145 (57.03% from 255) = 44.21%

 BLUE value IS 130 (51.17% from 255) = 39.63%

R = 16.16%
G = 44.21%
B = 39.63%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#359182 (or 0x359182) is known color: Gossamer. HEX triplet: 35, 91 and 82. RGB value is (53,145,130). Sum of RGB (Red+Green+Blue) = 53+145+130=328 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.16% from 328); Green value is 145 (57.03% from 255 or 44.21% from 328); Blue value is 130 (51.17% from 255 or 39.63% from 328); Max value from RGB is 145 - color contains mainly: green. Hex color #359182 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359182 is #CA6E7D. Grayscale: #737373. Windows color (decimal): -13266558 or 8556853. OLE color: 8556853.

HSL color Cylindrical-coordinate representation of color #359182: hue angle of 170.22º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #359182 is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB 53 145 130 -
CMYK 0.63 0 0.10 0.43
HSL 170.22º 0.46% 0.39% -
HSV(B) 170.22º 0.63% 0.57% -
XYZ 15.62 22.62 24.66 -
YUV 115.78 136.02 83.22 -
System Red Green Blue C M Y K H S L
Decimal 53 145 130 0.63 0 0.10 0.43 170.22 0.46 0.39
Hex 35 91 82 3F 0 A 2B AA 2E 27
Octal 65 221 202 77 0 12 53 252 56 47
Binary 110101 10010001 10000010 111111 0 1010 101011 10101010 101110 100111

Color Harmonies of #359182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359182

Black with #359182

Text Example


Text Example

White with #359182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359182; }

 p { color: rgb(53,145,130); }

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

background-color css

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

 a { background-color: rgb(53,145,130); }

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

border-color css

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

 span { border-color: rgb(53,145,130); }

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