#34927A

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

Shades of Gossamer #34927A

Tints of Gossamer #34927A

Color information

#34927A (or 0x34927A) is unknown color: approx Gossamer. HEX triplet: 34, 92 and 7A. RGB value is (52,146,122). Sum of RGB (Red+Green+Blue) = 52+146+122=320 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.25% from 320); Green value is 146 (57.42% from 255 or 45.62% from 320); Blue value is 122 (48.05% from 255 or 38.12% from 320); Max value from RGB is 146 - color contains mainly: green. Hex color #34927A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34927A is #CB6D85. Grayscale: #737373. Windows color (decimal): -13331846 or 8032820. OLE color: 8032820.

HSL color Cylindrical-coordinate representation of color #34927A: hue angle of 164.68º 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 #34927A is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB52146122-
CMYK0.6400.160.43
HSL164.68º47.47%38.82%-
HSV(B)164.68º64.38%57.25%-
XYZ15.2122.6921.99-
YUV115.16131.8682.95-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.25%
GREEN value IS 146 (57.42% from 255) = 45.62%
BLUE value IS 122 (48.05% from 255) = 38.12%
R=16.25%
G=45.62%
B=38.12%

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
Decimal521461220.6400.160.43164.6847.4738.82
Hex34927A400102Ba52f27
Octal64222172100020532455747
Binary110100100100101111010100000001000010101110100101101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34927A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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