Html Css Color HEX #35957D Gossamer

📋 copy color: '#35957D'

red 53 ◦ green 149 ◦ blue 125

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

Shades of Gossamer #35957D

Tints of Gossamer #35957D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 38.23%

R = 16.21%
G = 45.57%
B = 38.23%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#35957D (or 0x35957D) is known color: Gossamer. HEX triplet: 35, 95 and 7D. RGB value is (53,149,125). Sum of RGB (Red+Green+Blue) = 53+149+125=327 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.21% from 327); Green value is 149 (58.59% from 255 or 45.57% from 327); Blue value is 125 (49.22% from 255 or 38.23% from 327); Max value from RGB is 149 - color contains mainly: green. Hex color #35957D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35957D is #CA6A82. Grayscale: #757575. Windows color (decimal): -13265539 or 8230197. OLE color: 8230197.

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

Color convert

RGB 53 149 125 -
CMYK 0.64 0 0.16 0.42
HSL 165º 0.48% 0.4% -
HSV(B) 165º 0.64% 0.58% -
XYZ 15.92 23.73 23.14 -
YUV 117.56 132.2 81.95 -
System Red Green Blue C M Y K H S L
Decimal 53 149 125 0.64 0 0.16 0.42 165 0.48 0.4
Hex 35 95 7D 40 0 10 2A A5 30 28
Octal 65 225 175 100 0 20 52 245 60 50
Binary 110101 10010101 1111101 1000000 0 10000 101010 10100101 110000 101000

Color Harmonies of #35957D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35957D

Black with #35957D

Text Example


Text Example

White with #35957D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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