#346850

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

Shades of Spectra #346850

Tints of Spectra #346850

Color information

#346850 (or 0x346850) is unknown color: approx Spectra. HEX triplet: 34, 68 and 50. RGB value is (52,104,80). Sum of RGB (Red+Green+Blue) = 52+104+80=236 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.03% from 236); Green value is 104 (41.02% from 255 or 44.07% from 236); Blue value is 80 (31.64% from 255 or 33.90% from 236); Max value from RGB is 104 - color contains mainly: green. Hex color #346850 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346850 is #CB97AF. Grayscale: #555555. Windows color (decimal): -13342640 or 5269556. OLE color: 5269556.

HSL color Cylindrical-coordinate representation of color #346850: hue angle of 152.31º degrees, saturation: 0.33, 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 #346850 is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.59.

Color convert

RGB5210480-
CMYK0.5000.230.59
HSL152.31º33.33%30.59%-
HSV(B)152.31º50%40.78%-
XYZ7.8111.219.34-
YUV85.72124.77103.95-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.03%
GREEN value IS 104 (41.02% from 255) = 44.07%
BLUE value IS 80 (31.64% from 255) = 33.90%
R=22.03%
G=44.07%
B=33.90%

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
Decimal52104800.5000.230.59152.3133.3330.59
Hex346850320173B98211f
Octal6415012062027732304137
Binary110100110100010100001100100101111110111001100010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346850; }

 p { color: rgb(52,104,80); }

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

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

 a { background-color: rgb(52,104,80); }

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

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

 span { border-color: rgb(52,104,80); }

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