#34957E

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

Shades of Gossamer #34957E

Tints of Gossamer #34957E

Color information

#34957E (or 0x34957E) is unknown color: approx Gossamer. HEX triplet: 34, 95 and 7E. RGB value is (52,149,126). Sum of RGB (Red+Green+Blue) = 52+149+126=327 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.90% from 327); Green value is 149 (58.59% from 255 or 45.57% from 327); Blue value is 126 (49.61% from 255 or 38.53% from 327); Max value from RGB is 149 - color contains mainly: green. Hex color #34957E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34957E is #CB6A81. Grayscale: #757575. Windows color (decimal): -13331074 or 8295732. OLE color: 8295732.

HSL color Cylindrical-coordinate representation of color #34957E: hue angle of 165.77º 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 #34957E is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB52149126-
CMYK0.6500.150.42
HSL165.77º48.26%39.41%-
HSV(B)165.77º65.1%58.43%-
XYZ15.9323.7323.48-
YUV117.38132.8681.37-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.90%
GREEN value IS 149 (58.59% from 255) = 45.57%
BLUE value IS 126 (49.61% from 255) = 38.53%
R=15.90%
G=45.57%
B=38.53%

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
Decimal521491260.6500.150.42165.7748.2639.41
Hex34957E410F2Aa63027
Octal64225176101017522466047
Binary11010010010101111111010000010111110101010100110110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34957E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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