#34A57A

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

Shades of Gossamer #34A57A

Tints of Gossamer #34A57A

Color information

#34A57A (or 0x34A57A) is unknown color: approx Gossamer. HEX triplet: 34, A5 and 7A. RGB value is (52,165,122). Sum of RGB (Red+Green+Blue) = 52+165+122=339 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.34% from 339); Green value is 165 (64.84% from 255 or 48.67% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 165 - color contains mainly: green. Hex color #34A57A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34A57A is #CB5A85. Grayscale: #7E7E7E. Windows color (decimal): -13326982 or 8037684. OLE color: 8037684.

HSL color Cylindrical-coordinate representation of color #34A57A: hue angle of 157.17º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #34A57A is Cyan = 0.68, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB52165122-
CMYK0.6800.260.35
HSL157.17º52.07%42.55%-
HSV(B)157.17º68.48%64.71%-
XYZ18.3829.0523.05-
YUV126.31125.5675-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.34%
GREEN value IS 165 (64.84% from 255) = 48.67%
BLUE value IS 122 (48.05% from 255) = 35.99%
R=15.34%
G=48.67%
B=35.99%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal521651220.6800.260.35157.1752.0742.55
Hex34A57A4401A239d342b
Octal64245172104032432356453
Binary110100101001011111010100010001101010001110011101110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34A57A; }

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

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

<style>
 a { background-color: #34A57A; }

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

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

<style>
 span { border-color: #34A57A; }

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

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