#345c50

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

Shades of Spectra #345C50

Tints of Spectra #345C50

Color information

#345C50 (or 0x345C50) is unknown color: approx Spectra. HEX triplet: 34, 5C and 50. RGB value is (52,92,80). Sum of RGB (Red+Green+Blue) = 52+92+80=224 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.21% from 224); Green value is 92 (36.33% from 255 or 41.07% from 224); Blue value is 80 (31.64% from 255 or 35.71% from 224); Max value from RGB is 92 - color contains mainly: green. Hex color #345C50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345C50 is #CBA3AF. Grayscale: #4E4E4E. Windows color (decimal): -13345712 or 5266484. OLE color: 5266484.

HSL color Cylindrical-coordinate representation of color #345C50: hue angle of 162º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #345C50 is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.64.

Color convert

RGB529280-
CMYK0.4300.130.64
HSL162º27.78%28.24%-
HSV(B)162º43.48%36.08%-
XYZ6.698.968.97-
YUV78.67128.75108.98-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.21%
GREEN value IS 92 (36.33% from 255) = 41.07%
BLUE value IS 80 (31.64% from 255) = 35.71%
R=23.21%
G=41.07%
B=35.71%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5292800.4300.130.6416227.7828.24
Hex345C502B0D40a21c1c
Octal64134120530151002423434
Binary11010010111001010000101011011011000000101000101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345c50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,92,80); }

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

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

 a { background-color: rgb(52,92,80); }

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

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

 span { border-color: rgb(52,92,80); }

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