Html Css Color HEX #359582 Gossamer

📋 copy color: '#359582'

red 53 ◦ green 149 ◦ blue 130

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

Shades of Gossamer #359582

Tints of Gossamer #359582

RGB

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

 GREEN value IS 149 (58.59% from 255) = 44.88%

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

R = 15.96%
G = 44.88%
B = 39.16%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#359582 (or 0x359582) is known color: Gossamer. HEX triplet: 35, 95 and 82. RGB value is (53,149,130). Sum of RGB (Red+Green+Blue) = 53+149+130=332 (43% of max value = 765). Red value is 53 (21.09% from 255 or 15.96% from 332); Green value is 149 (58.59% from 255 or 44.88% from 332); Blue value is 130 (51.17% from 255 or 39.16% from 332); Max value from RGB is 149 - color contains mainly: green. Hex color #359582 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359582 is #CA6A7D. Grayscale: #767676. Windows color (decimal): -13265534 or 8557877. OLE color: 8557877.

HSL color Cylindrical-coordinate representation of color #359582: hue angle of 168.12º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #359582 is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 149 130 -
CMYK 0.64 0 0.13 0.42
HSL 168.13º 0.48% 0.4% -
HSV(B) 168.13º 0.64% 0.58% -
XYZ 16.24 23.86 24.87 -
YUV 118.13 134.7 81.54 -
System Red Green Blue C M Y K H S L
Decimal 53 149 130 0.64 0 0.13 0.42 168.13 0.48 0.4
Hex 35 95 82 40 0 D 2A A8 30 28
Octal 65 225 202 100 0 15 52 250 60 50
Binary 110101 10010101 10000010 1000000 0 1101 101010 10101000 110000 101000

Color Harmonies of #359582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359582

Black with #359582

Text Example


Text Example

White with #359582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359582; }

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

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

background-color css

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

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

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

border-color css

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

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

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