#34564A

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

Shades of Spectra #34564A

Tints of Spectra #34564A

Color information

#34564A (or 0x34564A) is unknown color: approx Spectra. HEX triplet: 34, 56 and 4A. RGB value is (52,86,74). Sum of RGB (Red+Green+Blue) = 52+86+74=212 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.53% from 212); Green value is 86 (33.98% from 255 or 40.57% from 212); Blue value is 74 (29.30% from 255 or 34.91% from 212); Max value from RGB is 86 - color contains mainly: green. Hex color #34564A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34564A is #CBA9B5. Grayscale: #4A4A4A. Windows color (decimal): -13347254 or 4871732. OLE color: 4871732.

HSL color Cylindrical-coordinate representation of color #34564A: hue angle of 158.82º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #34564A is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB528674-
CMYK0.4000.140.66
HSL158.82º24.64%27.06%-
HSV(B)158.82º39.53%33.73%-
XYZ5.987.887.68-
YUV74.47127.74111.98-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.53%
GREEN value IS 86 (33.98% from 255) = 40.57%
BLUE value IS 74 (29.30% from 255) = 34.91%
R=24.53%
G=40.57%
B=34.91%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5286740.4000.140.66158.8224.6427.06
Hex34564A280E429f191b
Octal64126112500161022373133
Binary11010010101101001010101000011101000010100111111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34564A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34564A; }

 p { color: rgb(52,86,74); }

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

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

 a { background-color: rgb(52,86,74); }

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

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

 span { border-color: rgb(52,86,74); }

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