#345347

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

Shades of Spectra #345347

Tints of Spectra #345347

Color information

#345347 (or 0x345347) is unknown color: approx Spectra. HEX triplet: 34, 53 and 47. RGB value is (52,83,71). Sum of RGB (Red+Green+Blue) = 52+83+71=206 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.24% from 206); Green value is 83 (32.81% from 255 or 40.29% from 206); Blue value is 71 (28.12% from 255 or 34.47% from 206); Max value from RGB is 83 - color contains mainly: green. Hex color #345347 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345347 is #CBACB8. Grayscale: #484848. Windows color (decimal): -13348025 or 4674356. OLE color: 4674356.

HSL color Cylindrical-coordinate representation of color #345347: hue angle of 156.77º 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 #345347 is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB528371-
CMYK0.3700.140.67
HSL156.77º22.96%26.47%-
HSV(B)156.77º37.35%32.55%-
XYZ5.657.377.09-
YUV72.36127.23113.48-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.24%
GREEN value IS 83 (32.81% from 255) = 40.29%
BLUE value IS 71 (28.12% from 255) = 34.47%
R=25.24%
G=40.29%
B=34.47%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5283710.3700.140.67156.7722.9626.47
Hex345347250E439d171a
Octal64123107450161032352732
Binary11010010100111000111100101011101000011100111011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345347; }

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

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

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

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

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

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

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

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