#34957A

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

Shades of Gossamer #34957A

Tints of Gossamer #34957A

Color information

#34957A (or 0x34957A) is unknown color: approx Gossamer. HEX triplet: 34, 95 and 7A. RGB value is (52,149,122). Sum of RGB (Red+Green+Blue) = 52+149+122=323 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.10% from 323); Green value is 149 (58.59% from 255 or 46.13% from 323); Blue value is 122 (48.05% from 255 or 37.77% from 323); Max value from RGB is 149 - color contains mainly: green. Hex color #34957A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34957A is #CB6A85. Grayscale: #747474. Windows color (decimal): -13331078 or 8033588. OLE color: 8033588.

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

Color convert

RGB52149122-
CMYK0.6500.180.42
HSL163.3º48.26%39.41%-
HSV(B)163.3º65.1%58.43%-
XYZ15.6823.6322.15-
YUV116.92130.8681.7-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.10%
GREEN value IS 149 (58.59% from 255) = 46.13%
BLUE value IS 122 (48.05% from 255) = 37.77%
R=16.10%
G=46.13%
B=37.77%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal521491220.6500.180.42163.348.2639.41
Hex34957A410122Aa33027
Octal64225172101022522436047
Binary110100100101011111010100000101001010101010100011110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34957A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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