#346A51

Color #346A51 Spectra (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spectra #346A51

Tints of Spectra #346A51

Color information

#346A51 (or 0x346A51) is unknown color: approx Spectra. HEX triplet: 34, 6A and 51. RGB value is (52,106,81). Sum of RGB (Red+Green+Blue) = 52+106+81=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 106 (41.80% from 255 or 44.35% from 239); Blue value is 81 (32.03% from 255 or 33.89% from 239); Max value from RGB is 106 - color contains mainly: green. Hex color #346A51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346A51 is #CB95AE. Grayscale: #575757. Windows color (decimal): -13342127 or 5335604. OLE color: 5335604.

HSL color Cylindrical-coordinate representation of color #346A51: hue angle of 152.22º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #346A51 is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.58.

Color convert

RGB5210681-
CMYK0.5100.240.58
HSL152.22º34.18%30.98%-
HSV(B)152.22º50.94%41.57%-
XYZ8.0611.639.61-
YUV87124.61103.03-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.76%
GREEN value IS 106 (41.80% from 255) = 44.35%
BLUE value IS 81 (32.03% from 255) = 33.89%
R=21.76%
G=44.35%
B=33.89%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal52106810.5100.240.58152.2234.1830.98
Hex346A51330183A98221f
Octal6415212163030722304237
Binary110100110101010100011100110110001110101001100010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346A51; }

 p { color: rgb(52,106,81); }

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

<style>
 a { background-color: #346A51; }

 a { background-color: rgb(52,106,81); }

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

<style>
 span { border-color: #346A51; }

 span { border-color: rgb(52,106,81); }

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