#345950

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

Shades of Spectra #345950

Tints of Spectra #345950

Color information

#345950 (or 0x345950) is unknown color: approx Spectra. HEX triplet: 34, 59 and 50. RGB value is (52,89,80). Sum of RGB (Red+Green+Blue) = 52+89+80=221 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.53% from 221); Green value is 89 (35.16% from 255 or 40.27% from 221); Blue value is 80 (31.64% from 255 or 36.20% from 221); Max value from RGB is 89 - color contains mainly: green. Hex color #345950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345950 is #CBA6AF. Grayscale: #4C4C4C. Windows color (decimal): -13346480 or 5265716. OLE color: 5265716.

HSL color Cylindrical-coordinate representation of color #345950: hue angle of 165.41º degrees, saturation: 0.26, 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 #345950 is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB528980-
CMYK0.4200.100.65
HSL165.41º26.24%27.65%-
HSV(B)165.41º41.57%34.9%-
XYZ6.448.458.88-
YUV76.91129.74110.23-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.53%
GREEN value IS 89 (35.16% from 255) = 40.27%
BLUE value IS 80 (31.64% from 255) = 36.20%
R=23.53%
G=40.27%
B=36.20%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5289800.4200.100.65165.4126.2427.65
Hex3459502A0A41a51a1c
Octal64131120520121012453234
Binary11010010110011010000101010010101000001101001011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345950; }

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

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

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

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

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

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

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

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