#34917A

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

Shades of Gossamer #34917A

Tints of Gossamer #34917A

Color information

#34917A (or 0x34917A) is unknown color: approx Gossamer. HEX triplet: 34, 91 and 7A. RGB value is (52,145,122). Sum of RGB (Red+Green+Blue) = 52+145+122=319 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.30% from 319); Green value is 145 (57.03% from 255 or 45.45% from 319); Blue value is 122 (48.05% from 255 or 38.24% from 319); Max value from RGB is 145 - color contains mainly: green. Hex color #34917A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34917A is #CB6E85. Grayscale: #727272. Windows color (decimal): -13332102 or 8032564. OLE color: 8032564.

HSL color Cylindrical-coordinate representation of color #34917A: hue angle of 165.16º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #34917A is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB52145122-
CMYK0.6400.160.43
HSL165.16º47.21%38.63%-
HSV(B)165.16º64.14%56.86%-
XYZ15.0522.3921.94-
YUV114.57132.1983.37-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.30%
GREEN value IS 145 (57.03% from 255) = 45.45%
BLUE value IS 122 (48.05% from 255) = 38.24%
R=16.30%
G=45.45%
B=38.24%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal521451220.6400.160.43165.1647.2138.63
Hex34917A400102Ba52f27
Octal64221172100020532455747
Binary110100100100011111010100000001000010101110100101101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34917A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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