#34564D

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

Shades of Spectra #34564D

Tints of Spectra #34564D

Color information

#34564D (or 0x34564D) is unknown color: approx Spectra. HEX triplet: 34, 56 and 4D. RGB value is (52,86,77). Sum of RGB (Red+Green+Blue) = 52+86+77=215 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.19% from 215); Green value is 86 (33.98% from 255 or 40% from 215); Blue value is 77 (30.47% from 255 or 35.81% from 215); Max value from RGB is 86 - color contains mainly: green. Hex color #34564D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34564D is #CBA9B2. Grayscale: #4A4A4A. Windows color (decimal): -13347251 or 5068340. OLE color: 5068340.

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

Color convert

RGB528677-
CMYK0.4000.100.66
HSL164.12º24.64%27.06%-
HSV(B)164.12º39.53%33.73%-
XYZ6.087.928.23-
YUV74.81129.24111.73-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.19%
GREEN value IS 86 (33.98% from 255) = 40%
BLUE value IS 77 (30.47% from 255) = 35.81%
R=24.19%
G=40%
B=35.81%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5286770.4000.100.66164.1224.6427.06
Hex34564D280A42a4191b
Octal64126115500121022443133
Binary11010010101101001101101000010101000010101001001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34564D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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