#35907F

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

Shades of Gossamer #35907F

Tints of Gossamer #35907F

Color information

#35907F (or 0x35907F) is unknown color: approx Gossamer. HEX triplet: 35, 90 and 7F. RGB value is (53,144,127). Sum of RGB (Red+Green+Blue) = 53+144+127=324 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.36% from 324); Green value is 144 (56.64% from 255 or 44.44% from 324); Blue value is 127 (50% from 255 or 39.20% from 324); Max value from RGB is 144 - color contains mainly: green. Hex color #35907F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35907F is #CA6F80. Grayscale: #727272. Windows color (decimal): -13266817 or 8359989. OLE color: 8359989.

HSL color Cylindrical-coordinate representation of color #35907F: hue angle of 168.79º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #35907F is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB53144127-
CMYK0.6300.120.44
HSL168.79º46.19%38.63%-
HSV(B)168.79º63.19%56.47%-
XYZ15.2722.2423.57-
YUV114.85134.8583.88-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.36%
GREEN value IS 144 (56.64% from 255) = 44.44%
BLUE value IS 127 (50% from 255) = 39.20%
R=16.36%
G=44.44%
B=39.20%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal531441270.6300.120.44168.7946.1938.63
Hex35907F3F0C2Ca92e27
Octal6522017777014542515647
Binary1101011001000011111111111110110010110010101001101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35907F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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