#35977F

Color #35977F Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #35977F

Tints of Gossamer #35977F

Color information

#35977F (or 0x35977F) is unknown color: approx Gossamer. HEX triplet: 35, 97 and 7F. RGB value is (53,151,127). Sum of RGB (Red+Green+Blue) = 53+151+127=331 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.01% from 331); Green value is 151 (59.38% from 255 or 45.62% from 331); Blue value is 127 (50% from 255 or 38.37% from 331); Max value from RGB is 151 - color contains mainly: green. Hex color #35977F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35977F is #CA6880. Grayscale: #767676. Windows color (decimal): -13265025 or 8361781. OLE color: 8361781.

HSL color Cylindrical-coordinate representation of color #35977F: hue angle of 165.31º 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 #35977F is Cyan = 0.65, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB53151127-
CMYK0.6500.160.41
HSL165.31º48.04%40%-
HSV(B)165.31º64.9%59.22%-
XYZ16.3724.4223.93-
YUV118.96132.5380.95-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.01%
GREEN value IS 151 (59.38% from 255) = 45.62%
BLUE value IS 127 (50% from 255) = 38.37%
R=16.01%
G=45.62%
B=38.37%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal531511270.6500.160.41165.3148.0440
Hex35977F4101029a53028
Octal65227177101020512456050
Binary110101100101111111111100000101000010100110100101110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35977F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #35977F;
 }
 .AnyTagClassName
 {
   color: #35977F;
 }
</style>
background-color css

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

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

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

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

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

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