#346853

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

Shades of Spectra #346853

Tints of Spectra #346853

Color information

#346853 (or 0x346853) is unknown color: approx Spectra. HEX triplet: 34, 68 and 53. RGB value is (52,104,83). Sum of RGB (Red+Green+Blue) = 52+104+83=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 104 (41.02% from 255 or 43.51% from 239); Blue value is 83 (32.81% from 255 or 34.73% from 239); Max value from RGB is 104 - color contains mainly: green. Hex color #346853 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346853 is #CB97AC. Grayscale: #565656. Windows color (decimal): -13342637 or 5466164. OLE color: 5466164.

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

Color convert

RGB5210483-
CMYK0.5000.200.59
HSL155.77º33.33%30.59%-
HSV(B)155.77º50%40.78%-
XYZ7.9311.269.94-
YUV86.06126.27103.71-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.76%
GREEN value IS 104 (41.02% from 255) = 43.51%
BLUE value IS 83 (32.81% from 255) = 34.73%
R=21.76%
G=43.51%
B=34.73%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal52104830.5000.200.59155.7733.3330.59
Hex346853320143B9c211f
Octal6415012362024732344137
Binary110100110100010100111100100101001110111001110010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346853; }

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

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

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

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

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

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

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

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