#34927B

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

Shades of Gossamer #34927B

Tints of Gossamer #34927B

Color information

#34927B (or 0x34927B) is unknown color: approx Gossamer. HEX triplet: 34, 92 and 7B. RGB value is (52,146,123). Sum of RGB (Red+Green+Blue) = 52+146+123=321 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.20% from 321); Green value is 146 (57.42% from 255 or 45.48% from 321); Blue value is 123 (48.44% from 255 or 38.32% from 321); Max value from RGB is 146 - color contains mainly: green. Hex color #34927B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34927B is #CB6D84. Grayscale: #737373. Windows color (decimal): -13331845 or 8098356. OLE color: 8098356.

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

Color convert

RGB52146123-
CMYK0.6400.160.43
HSL165.32º47.47%38.82%-
HSV(B)165.32º64.38%57.25%-
XYZ15.2722.7222.32-
YUV115.27132.3682.87-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.20%
GREEN value IS 146 (57.42% from 255) = 45.48%
BLUE value IS 123 (48.44% from 255) = 38.32%
R=16.20%
G=45.48%
B=38.32%

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
Decimal521461230.6400.160.43165.3247.4738.82
Hex34927B400102Ba52f27
Octal64222173100020532455747
Binary110100100100101111011100000001000010101110100101101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34927B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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