#345349

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

Shades of Spectra #345349

Tints of Spectra #345349

Color information

#345349 (or 0x345349) is unknown color: approx Spectra. HEX triplet: 34, 53 and 49. RGB value is (52,83,73). Sum of RGB (Red+Green+Blue) = 52+83+73=208 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25% from 208); Green value is 83 (32.81% from 255 or 39.90% from 208); Blue value is 73 (28.91% from 255 or 35.10% from 208); Max value from RGB is 83 - color contains mainly: green. Hex color #345349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345349 is #CBACB6. Grayscale: #484848. Windows color (decimal): -13348023 or 4805428. OLE color: 4805428.

HSL color Cylindrical-coordinate representation of color #345349: hue angle of 160.65º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #345349 is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB528373-
CMYK0.3700.120.67
HSL160.65º22.96%26.47%-
HSV(B)160.65º37.35%32.55%-
XYZ5.717.47.43-
YUV72.59128.23113.31-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25%
GREEN value IS 83 (32.81% from 255) = 39.90%
BLUE value IS 73 (28.91% from 255) = 35.10%
R=25%
G=39.90%
B=35.10%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5283730.3700.120.67160.6522.9626.47
Hex345349250C43a1171a
Octal64123111450141032412732
Binary11010010100111001001100101011001000011101000011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345349; }

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

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

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

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

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

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

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

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