#34957C

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

Shades of Gossamer #34957C

Tints of Gossamer #34957C

Color information

#34957C (or 0x34957C) is unknown color: approx Gossamer. HEX triplet: 34, 95 and 7C. RGB value is (52,149,124). Sum of RGB (Red+Green+Blue) = 52+149+124=325 (43% of max value = 765). Red value is 52 (20.70% from 255 or 16% from 325); Green value is 149 (58.59% from 255 or 45.85% from 325); Blue value is 124 (48.83% from 255 or 38.15% from 325); Max value from RGB is 149 - color contains mainly: green. Hex color #34957C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34957C is #CB6A83. Grayscale: #757575. Windows color (decimal): -13331076 or 8164660. OLE color: 8164660.

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

Color convert

RGB52149124-
CMYK0.6500.170.42
HSL164.54º48.26%39.41%-
HSV(B)164.54º65.1%58.43%-
XYZ15.823.6822.81-
YUV117.15131.8681.53-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16%
GREEN value IS 149 (58.59% from 255) = 45.85%
BLUE value IS 124 (48.83% from 255) = 38.15%
R=16%
G=45.85%
B=38.15%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal521491240.6500.170.42164.5448.2639.41
Hex34957C410112Aa53027
Octal64225174101021522456047
Binary110100100101011111100100000101000110101010100101110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34957C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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