Html Css Color HEX #359878 Gossamer

📋 copy color: '#359878'

red 53 ◦ green 152 ◦ blue 120

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

Shades of Gossamer #359878

Tints of Gossamer #359878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 36.92%

R = 16.31%
G = 46.77%
B = 36.92%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#359878 (or 0x359878) is known color: Gossamer. HEX triplet: 35, 98 and 78. RGB value is (53,152,120). Sum of RGB (Red+Green+Blue) = 53+152+120=325 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.31% from 325); Green value is 152 (59.77% from 255 or 46.77% from 325); Blue value is 120 (47.27% from 255 or 36.92% from 325); Max value from RGB is 152 - color contains mainly: green. Hex color #359878 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359878 is #CA6787. Grayscale: #767676. Windows color (decimal): -13264776 or 7903285. OLE color: 7903285.

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

Color convert

RGB 53 152 120 -
CMYK 0.65 0 0.21 0.40
HSL 160.61º 0.48% 0.4% -
HSV(B) 160.61º 0.65% 0.6% -
XYZ 16.09 24.57 21.66 -
YUV 118.75 128.7 81.1 -
System Red Green Blue C M Y K H S L
Decimal 53 152 120 0.65 0 0.21 0.40 160.61 0.48 0.4
Hex 35 98 78 41 0 15 28 A1 30 28
Octal 65 230 170 101 0 25 50 241 60 50
Binary 110101 10011000 1111000 1000001 0 10101 101000 10100001 110000 101000

Color Harmonies of #359878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359878

Black with #359878

Text Example


Text Example

White with #359878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359878; }

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

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

background-color css

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

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

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

border-color css

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

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

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