#345548

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

Shades of Spectra #345548

Tints of Spectra #345548

Color information

#345548 (or 0x345548) is unknown color: approx Spectra. HEX triplet: 34, 55 and 48. RGB value is (52,85,72). Sum of RGB (Red+Green+Blue) = 52+85+72=209 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.88% from 209); Green value is 85 (33.59% from 255 or 40.67% from 209); Blue value is 72 (28.52% from 255 or 34.45% from 209); Max value from RGB is 85 - color contains mainly: green. Hex color #345548 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345548 is #CBAAB7. Grayscale: #494949. Windows color (decimal): -13347512 or 4740404. OLE color: 4740404.

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

Color convert

RGB528572-
CMYK0.3900.150.67
HSL156.36º24.09%26.86%-
HSV(B)156.36º38.82%33.33%-
XYZ5.837.697.31-
YUV73.65127.07112.56-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.88%
GREEN value IS 85 (33.59% from 255) = 40.67%
BLUE value IS 72 (28.52% from 255) = 34.45%
R=24.88%
G=40.67%
B=34.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5285720.3900.150.67156.3624.0926.86
Hex345548270F439c181b
Octal64125110470171032343033
Binary11010010101011001000100111011111000011100111001100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345548; }

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

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

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

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

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

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

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

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