#34564C

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

Shades of Spectra #34564C

Tints of Spectra #34564C

Color information

#34564C (or 0x34564C) is unknown color: approx Spectra. HEX triplet: 34, 56 and 4C. RGB value is (52,86,76). Sum of RGB (Red+Green+Blue) = 52+86+76=214 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.30% from 214); Green value is 86 (33.98% from 255 or 40.19% from 214); Blue value is 76 (30.08% from 255 or 35.51% from 214); Max value from RGB is 86 - color contains mainly: green. Hex color #34564C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34564C is #CBA9B3. Grayscale: #4A4A4A. Windows color (decimal): -13347252 or 5002804. OLE color: 5002804.

HSL color Cylindrical-coordinate representation of color #34564C: hue angle of 162.35º 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 #34564C is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.66.

Color convert

RGB528676-
CMYK0.4000.120.66
HSL162.35º24.64%27.06%-
HSV(B)162.35º39.53%33.73%-
XYZ6.057.918.04-
YUV74.69128.74111.81-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.30%
GREEN value IS 86 (33.98% from 255) = 40.19%
BLUE value IS 76 (30.08% from 255) = 35.51%
R=24.30%
G=40.19%
B=35.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5286760.4000.120.66162.3524.6427.06
Hex34564C280C42a2191b
Octal64126114500141022423133
Binary11010010101101001100101000011001000010101000101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34564C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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