#346050

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

Shades of Spectra #346050

Tints of Spectra #346050

Color information

#346050 (or 0x346050) is unknown color: approx Spectra. HEX triplet: 34, 60 and 50. RGB value is (52,96,80). Sum of RGB (Red+Green+Blue) = 52+96+80=228 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.81% from 228); Green value is 96 (37.89% from 255 or 42.11% from 228); Blue value is 80 (31.64% from 255 or 35.09% from 228); Max value from RGB is 96 - color contains mainly: green. Hex color #346050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346050 is #CB9FAF. Grayscale: #515151. Windows color (decimal): -13344688 or 5267508. OLE color: 5267508.

HSL color Cylindrical-coordinate representation of color #346050: hue angle of 158.18º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #346050 is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB529680-
CMYK0.4600.170.62
HSL158.18º29.73%29.02%-
HSV(B)158.18º45.83%37.65%-
XYZ7.059.679.09-
YUV81.02127.42107.3-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.81%
GREEN value IS 96 (37.89% from 255) = 42.11%
BLUE value IS 80 (31.64% from 255) = 35.09%
R=22.81%
G=42.11%
B=35.09%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5296800.4600.170.62158.1829.7329.02
Hex3460502E0113E9e1e1d
Octal6414012056021762363635
Binary11010011000001010000101110010001111110100111101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346050; }

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

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

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

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

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

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

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

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