#345A49

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

Shades of Spectra #345A49

Tints of Spectra #345A49

Color information

#345A49 (or 0x345A49) is unknown color: approx Spectra. HEX triplet: 34, 5A and 49. RGB value is (52,90,73). Sum of RGB (Red+Green+Blue) = 52+90+73=215 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.19% from 215); Green value is 90 (35.55% from 255 or 41.86% from 215); Blue value is 73 (28.91% from 255 or 33.95% from 215); Max value from RGB is 90 - color contains mainly: green. Hex color #345A49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345A49 is #CBA5B6. Grayscale: #4C4C4C. Windows color (decimal): -13346231 or 4807220. OLE color: 4807220.

HSL color Cylindrical-coordinate representation of color #345A49: hue angle of 153.16º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #345A49 is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB529073-
CMYK0.4200.190.65
HSL153.16º26.76%27.84%-
HSV(B)153.16º42.22%35.29%-
XYZ6.278.527.62-
YUV76.7125.91110.38-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.19%
GREEN value IS 90 (35.55% from 255) = 41.86%
BLUE value IS 73 (28.91% from 255) = 33.95%
R=24.19%
G=41.86%
B=33.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5290730.4200.190.65153.1626.7627.84
Hex345A492A01341991b1c
Octal64132111520231012313334
Binary110100101101010010011010100100111000001100110011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345A49; }

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

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

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

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

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

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

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

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