Html Css Color HEX #35957F Gossamer

📋 copy color: '#35957F'

red 53 ◦ green 149 ◦ blue 127

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

Shades of Gossamer #35957F

Tints of Gossamer #35957F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.6%

R = 16.11%
G = 45.29%
B = 38.6%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#35957F (or 0x35957F) is known color: Gossamer. HEX triplet: 35, 95 and 7F. RGB value is (53,149,127). Sum of RGB (Red+Green+Blue) = 53+149+127=329 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.11% from 329); Green value is 149 (58.59% from 255 or 45.29% from 329); Blue value is 127 (50% from 255 or 38.60% from 329); Max value from RGB is 149 - color contains mainly: green. Hex color #35957F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35957F is #CA6A80. Grayscale: #757575. Windows color (decimal): -13265537 or 8361269. OLE color: 8361269.

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

Color convert

RGB 53 149 127 -
CMYK 0.64 0 0.15 0.42
HSL 166.25º 0.48% 0.4% -
HSV(B) 166.25º 0.64% 0.58% -
XYZ 16.05 23.78 23.82 -
YUV 117.79 133.2 81.79 -
System Red Green Blue C M Y K H S L
Decimal 53 149 127 0.64 0 0.15 0.42 166.25 0.48 0.4
Hex 35 95 7F 40 0 F 2A A6 30 28
Octal 65 225 177 100 0 17 52 246 60 50
Binary 110101 10010101 1111111 1000000 0 1111 101010 10100110 110000 101000

Color Harmonies of #35957F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35957F

Black with #35957F

Text Example


Text Example

White with #35957F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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