#34977F

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

Shades of Gossamer #34977F

Tints of Gossamer #34977F

Color information

#34977F (or 0x34977F) is unknown color: approx Gossamer. HEX triplet: 34, 97 and 7F. RGB value is (52,151,127). Sum of RGB (Red+Green+Blue) = 52+151+127=330 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.76% from 330); Green value is 151 (59.38% from 255 or 45.76% from 330); Blue value is 127 (50% from 255 or 38.48% from 330); Max value from RGB is 151 - color contains mainly: green. Hex color #34977F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34977F is #CB6880. Grayscale: #767676. Windows color (decimal): -13330561 or 8361780. OLE color: 8361780.

HSL color Cylindrical-coordinate representation of color #34977F: hue angle of 165.45º 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 #34977F is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB52151127-
CMYK0.6600.160.41
HSL165.45º48.77%39.8%-
HSV(B)165.45º65.56%59.22%-
XYZ16.3124.423.93-
YUV118.66132.780.45-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.76%
GREEN value IS 151 (59.38% from 255) = 45.76%
BLUE value IS 127 (50% from 255) = 38.48%
R=15.76%
G=45.76%
B=38.48%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal521511270.6600.160.41165.4548.7739.8
Hex34977F4201029a53128
Octal64227177102020512456150
Binary110100100101111111111100001001000010100110100101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34977F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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