Html Css Color HEX #359475 Gossamer

📋 copy color: '#359475'

red 53 ◦ green 148 ◦ blue 117

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

Shades of Gossamer #359475

Tints of Gossamer #359475

RGB

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

 GREEN value IS 148 (58.2% from 255) = 46.54%

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

R = 16.67%
G = 46.54%
B = 36.79%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#359475 (or 0x359475) is known color: Gossamer. HEX triplet: 35, 94 and 75. RGB value is (53,148,117). Sum of RGB (Red+Green+Blue) = 53+148+117=318 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.67% from 318); Green value is 148 (58.20% from 255 or 46.54% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 148 - color contains mainly: green. Hex color #359475 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359475 is #CA6B8A. Grayscale: #747474. Windows color (decimal): -13265803 or 7705653. OLE color: 7705653.

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

Color convert

RGB 53 148 117 -
CMYK 0.64 0 0.21 0.42
HSL 160.42º 0.47% 0.39% -
HSV(B) 160.42º 0.64% 0.58% -
XYZ 15.27 23.22 20.51 -
YUV 116.06 128.53 83.02 -
System Red Green Blue C M Y K H S L
Decimal 53 148 117 0.64 0 0.21 0.42 160.42 0.47 0.39
Hex 35 94 75 40 0 15 2A A0 2F 27
Octal 65 224 165 100 0 25 52 240 57 47
Binary 110101 10010100 1110101 1000000 0 10101 101010 10100000 101111 100111

Color Harmonies of #359475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359475

Black with #359475

Text Example


Text Example

White with #359475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359475; }

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

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

background-color css

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

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

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

border-color css

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

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

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