#34977E

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

Shades of Gossamer #34977E

Tints of Gossamer #34977E

Color information

#34977E (or 0x34977E) is unknown color: approx Gossamer. HEX triplet: 34, 97 and 7E. RGB value is (52,151,126). Sum of RGB (Red+Green+Blue) = 52+151+126=329 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.81% from 329); Green value is 151 (59.38% from 255 or 45.90% from 329); Blue value is 126 (49.61% from 255 or 38.30% from 329); Max value from RGB is 151 - color contains mainly: green. Hex color #34977E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34977E is #CB6881. Grayscale: #767676. Windows color (decimal): -13330562 or 8296244. OLE color: 8296244.

HSL color Cylindrical-coordinate representation of color #34977E: hue angle of 164.85º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #34977E is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB52151126-
CMYK0.6600.170.41
HSL164.85º48.77%39.8%-
HSV(B)164.85º65.56%59.22%-
XYZ16.2524.3723.59-
YUV118.55132.280.53-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.81%
GREEN value IS 151 (59.38% from 255) = 45.90%
BLUE value IS 126 (49.61% from 255) = 38.30%
R=15.81%
G=45.90%
B=38.30%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal521511260.6600.170.41164.8548.7739.8
Hex34977E4201129a53128
Octal64227176102021512456150
Binary110100100101111111110100001001000110100110100101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34977E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34977E; }

 p { color: rgb(52,151,126); }

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

<style>
 a { background-color: #34977E; }

 a { background-color: rgb(52,151,126); }

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

<style>
 span { border-color: #34977E; }

 span { border-color: rgb(52,151,126); }

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