Html Css Color HEX #35957C Gossamer

📋 copy color: '#35957C'

red 53 ◦ green 149 ◦ blue 124

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

Shades of Gossamer #35957C

Tints of Gossamer #35957C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 38.04%

R = 16.26%
G = 45.71%
B = 38.04%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#35957C (or 0x35957C) is known color: Gossamer. HEX triplet: 35, 95 and 7C. RGB value is (53,149,124). Sum of RGB (Red+Green+Blue) = 53+149+124=326 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.26% from 326); Green value is 149 (58.59% from 255 or 45.71% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 149 - color contains mainly: green. Hex color #35957C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35957C is #CA6A83. Grayscale: #757575. Windows color (decimal): -13265540 or 8164661. OLE color: 8164661.

HSL color Cylindrical-coordinate representation of color #35957C: hue angle of 164.38º 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 #35957C is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 149 124 -
CMYK 0.64 0 0.17 0.42
HSL 164.38º 0.48% 0.4% -
HSV(B) 164.38º 0.64% 0.58% -
XYZ 15.85 23.71 22.81 -
YUV 117.45 131.7 82.03 -
System Red Green Blue C M Y K H S L
Decimal 53 149 124 0.64 0 0.17 0.42 164.38 0.48 0.4
Hex 35 95 7C 40 0 11 2A A4 30 28
Octal 65 225 174 100 0 21 52 244 60 50
Binary 110101 10010101 1111100 1000000 0 10001 101010 10100100 110000 101000

Color Harmonies of #35957C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35957C

Black with #35957C

Text Example


Text Example

White with #35957C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35957C; }

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

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

background-color css

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

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

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

border-color css

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

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

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