#34997F

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

Shades of Gossamer #34997F

Tints of Gossamer #34997F

Color information

#34997F (or 0x34997F) is unknown color: approx Gossamer. HEX triplet: 34, 99 and 7F. RGB value is (52,153,127). Sum of RGB (Red+Green+Blue) = 52+153+127=332 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.66% from 332); Green value is 153 (60.16% from 255 or 46.08% from 332); Blue value is 127 (50% from 255 or 38.25% from 332); Max value from RGB is 153 - color contains mainly: green. Hex color #34997F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34997F is #CB6680. Grayscale: #777777. Windows color (decimal): -13330049 or 8362292. OLE color: 8362292.

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

Color convert

RGB52153127-
CMYK0.6600.170.4
HSL164.55º49.27%40.2%-
HSV(B)164.55º66.01%60%-
XYZ16.6425.0424.04-
YUV119.84132.0479.61-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.66%
GREEN value IS 153 (60.16% from 255) = 46.08%
BLUE value IS 127 (50% from 255) = 38.25%
R=15.66%
G=46.08%
B=38.25%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal521531270.6600.170.4164.5549.2740.2
Hex34997F4201128a53128
Octal64231177102021502456150
Binary110100100110011111111100001001000110100010100101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34997F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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