Html Css Color HEX #359879 Gossamer

📋 copy color: '#359879'

red 53 ◦ green 152 ◦ blue 121

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

Shades of Gossamer #359879

Tints of Gossamer #359879

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 37.12%

R = 16.26%
G = 46.63%
B = 37.12%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#359879 (or 0x359879) is known color: Gossamer. HEX triplet: 35, 98 and 79. RGB value is (53,152,121). Sum of RGB (Red+Green+Blue) = 53+152+121=326 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.26% from 326); Green value is 152 (59.77% from 255 or 46.63% from 326); Blue value is 121 (47.66% from 255 or 37.12% from 326); Max value from RGB is 152 - color contains mainly: green. Hex color #359879 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359879 is #CA6786. Grayscale: #767676. Windows color (decimal): -13264775 or 7968821. OLE color: 7968821.

HSL color Cylindrical-coordinate representation of color #359879: hue angle of 161.21º 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 #359879 is Cyan = 0.65, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB 53 152 121 -
CMYK 0.65 0 0.20 0.40
HSL 161.21º 0.48% 0.4% -
HSV(B) 161.21º 0.65% 0.6% -
XYZ 16.15 24.59 21.99 -
YUV 118.87 129.2 81.02 -
System Red Green Blue C M Y K H S L
Decimal 53 152 121 0.65 0 0.20 0.40 161.21 0.48 0.4
Hex 35 98 79 41 0 14 28 A1 30 28
Octal 65 230 171 101 0 24 50 241 60 50
Binary 110101 10011000 1111001 1000001 0 10100 101000 10100001 110000 101000

Color Harmonies of #359879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359879

Black with #359879

Text Example


Text Example

White with #359879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359879; }

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

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

background-color css

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

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

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

border-color css

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

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

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