#34A77A

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

Shades of Gossamer #34A77A

Tints of Gossamer #34A77A

Color information

#34A77A (or 0x34A77A) is unknown color: approx Gossamer. HEX triplet: 34, A7 and 7A. RGB value is (52,167,122). Sum of RGB (Red+Green+Blue) = 52+167+122=341 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.25% from 341); Green value is 167 (65.62% from 255 or 48.97% from 341); Blue value is 122 (48.05% from 255 or 35.78% from 341); Max value from RGB is 167 - color contains mainly: green. Hex color #34A77A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34A77A is #CB5885. Grayscale: #7F7F7F. Windows color (decimal): -13326470 or 8038196. OLE color: 8038196.

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

Color convert

RGB52167122-
CMYK0.6900.270.35
HSL156.52º52.51%42.94%-
HSV(B)156.52º68.86%65.49%-
XYZ18.7529.7723.17-
YUV127.48124.974.16-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.25%
GREEN value IS 167 (65.62% from 255) = 48.97%
BLUE value IS 122 (48.05% from 255) = 35.78%
R=15.25%
G=48.97%
B=35.78%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal521671220.6900.270.35156.5252.5142.94
Hex34A77A4501B239d352b
Octal64247172105033432356553
Binary110100101001111111010100010101101110001110011101110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A77A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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