#345547

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

Shades of Spectra #345547

Tints of Spectra #345547

Color information

#345547 (or 0x345547) is unknown color: approx Spectra. HEX triplet: 34, 55 and 47. RGB value is (52,85,71). Sum of RGB (Red+Green+Blue) = 52+85+71=208 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25% from 208); Green value is 85 (33.59% from 255 or 40.87% from 208); Blue value is 71 (28.12% from 255 or 34.13% from 208); Max value from RGB is 85 - color contains mainly: green. Hex color #345547 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345547 is #CBAAB8. Grayscale: #494949. Windows color (decimal): -13347513 or 4674868. OLE color: 4674868.

HSL color Cylindrical-coordinate representation of color #345547: hue angle of 154.55º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #345547 is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB528571-
CMYK0.3900.160.67
HSL154.55º24.09%26.86%-
HSV(B)154.55º38.82%33.33%-
XYZ5.87.687.14-
YUV73.54126.57112.64-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25%
GREEN value IS 85 (33.59% from 255) = 40.87%
BLUE value IS 71 (28.12% from 255) = 34.13%
R=25%
G=40.87%
B=34.13%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5285710.3900.160.67154.5524.0926.86
Hex34554727010439b181b
Octal64125107470201032333033
Binary110100101010110001111001110100001000011100110111100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345547; }

 p { color: rgb(52,85,71); }

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

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

 a { background-color: rgb(52,85,71); }

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

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

 span { border-color: rgb(52,85,71); }

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