Html Css Color HEX #359875 Gossamer

📋 copy color: '#359875'

red 53 ◦ green 152 ◦ blue 117

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

Shades of Gossamer #359875

Tints of Gossamer #359875

RGB

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

 GREEN value IS 152 (59.77% from 255) = 47.2%

 BLUE value IS 117 (46.09% from 255) = 36.34%

R = 16.46%
G = 47.2%
B = 36.34%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#359875 (or 0x359875) is known color: Gossamer. HEX triplet: 35, 98 and 75. RGB value is (53,152,117). Sum of RGB (Red+Green+Blue) = 53+152+117=322 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.46% from 322); Green value is 152 (59.77% from 255 or 47.20% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 152 - color contains mainly: green. Hex color #359875 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359875 is #CA678A. Grayscale: #767676. Windows color (decimal): -13264779 or 7706677. OLE color: 7706677.

HSL color Cylindrical-coordinate representation of color #359875: hue angle of 158.79º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #359875 is Cyan = 0.65, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.40.

Color convert

RGB 53 152 117 -
CMYK 0.65 0 0.23 0.40
HSL 158.79º 0.48% 0.4% -
HSV(B) 158.79º 0.65% 0.6% -
XYZ 15.91 24.5 20.72 -
YUV 118.41 127.2 81.35 -
System Red Green Blue C M Y K H S L
Decimal 53 152 117 0.65 0 0.23 0.40 158.79 0.48 0.4
Hex 35 98 75 41 0 17 28 9F 30 28
Octal 65 230 165 101 0 27 50 237 60 50
Binary 110101 10011000 1110101 1000001 0 10111 101000 10011111 110000 101000

Color Harmonies of #359875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359875

Black with #359875

Text Example


Text Example

White with #359875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359875; }

 p { color: rgb(53,152,117); }

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

background-color css

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

 a { background-color: rgb(53,152,117); }

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

border-color css

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

 span { border-color: rgb(53,152,117); }

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