#346951

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

Shades of Spectra #346951

Tints of Spectra #346951

Color information

#346951 (or 0x346951) is unknown color: approx Spectra. HEX triplet: 34, 69 and 51. RGB value is (52,105,81). Sum of RGB (Red+Green+Blue) = 52+105+81=238 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.85% from 238); Green value is 105 (41.41% from 255 or 44.12% from 238); Blue value is 81 (32.03% from 255 or 34.03% from 238); Max value from RGB is 105 - color contains mainly: green. Hex color #346951 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346951 is #CB96AE. Grayscale: #565656. Windows color (decimal): -13342383 or 5335348. OLE color: 5335348.

HSL color Cylindrical-coordinate representation of color #346951: hue angle of 152.83º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #346951 is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.59.

Color convert

RGB5210581-
CMYK0.5000.230.59
HSL152.83º33.76%30.78%-
HSV(B)152.83º50.48%41.18%-
XYZ7.9511.439.57-
YUV86.42124.94103.45-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.85%
GREEN value IS 105 (41.41% from 255) = 44.12%
BLUE value IS 81 (32.03% from 255) = 34.03%
R=21.85%
G=44.12%
B=34.03%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal52105810.5000.230.59152.8333.7630.78
Hex346951320173B99221f
Octal6415112162027732314237
Binary110100110100110100011100100101111110111001100110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346951; }

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

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

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

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

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

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

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

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