#34957F

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

Shades of Gossamer #34957F

Tints of Gossamer #34957F

Color information

#34957F (or 0x34957F) is unknown color: approx Gossamer. HEX triplet: 34, 95 and 7F. RGB value is (52,149,127). Sum of RGB (Red+Green+Blue) = 52+149+127=328 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.85% from 328); Green value is 149 (58.59% from 255 or 45.43% from 328); Blue value is 127 (50% from 255 or 38.72% from 328); Max value from RGB is 149 - color contains mainly: green. Hex color #34957F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34957F is #CB6A80. Grayscale: #757575. Windows color (decimal): -13331073 or 8361268. OLE color: 8361268.

HSL color Cylindrical-coordinate representation of color #34957F: hue angle of 166.39º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #34957F is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB52149127-
CMYK0.6500.150.42
HSL166.39º48.26%39.41%-
HSV(B)166.39º65.1%58.43%-
XYZ15.9923.7623.82-
YUV117.49133.3681.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.85%
GREEN value IS 149 (58.59% from 255) = 45.43%
BLUE value IS 127 (50% from 255) = 38.72%
R=15.85%
G=45.43%
B=38.72%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal521491270.6500.150.42166.3948.2639.41
Hex34957F410F2Aa63027
Octal64225177101017522466047
Binary11010010010101111111110000010111110101010100110110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34957F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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