Html Css Color HEX #35977D Gossamer

📋 copy color: '#35977D'

red 53 ◦ green 151 ◦ blue 125

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

Shades of Gossamer #35977D

Tints of Gossamer #35977D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 45.9%

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

R = 16.11%
G = 45.9%
B = 37.99%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#35977D (or 0x35977D) is known color: Gossamer. HEX triplet: 35, 97 and 7D. RGB value is (53,151,125). Sum of RGB (Red+Green+Blue) = 53+151+125=329 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.11% from 329); Green value is 151 (59.38% from 255 or 45.90% from 329); Blue value is 125 (49.22% from 255 or 37.99% from 329); Max value from RGB is 151 - color contains mainly: green. Hex color #35977D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35977D is #CA6882. Grayscale: #767676. Windows color (decimal): -13265027 or 8230709. OLE color: 8230709.

HSL color Cylindrical-coordinate representation of color #35977D: hue angle of 164.08º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #35977D is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 53 151 125 -
CMYK 0.65 0 0.17 0.41
HSL 164.08º 0.48% 0.4% -
HSV(B) 164.08º 0.65% 0.59% -
XYZ 16.24 24.37 23.25 -
YUV 118.73 131.53 81.11 -
System Red Green Blue C M Y K H S L
Decimal 53 151 125 0.65 0 0.17 0.41 164.08 0.48 0.4
Hex 35 97 7D 41 0 11 29 A4 30 28
Octal 65 227 175 101 0 21 51 244 60 50
Binary 110101 10010111 1111101 1000001 0 10001 101001 10100100 110000 101000

Color Harmonies of #35977D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35977D

Black with #35977D

Text Example


Text Example

White with #35977D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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