#31564B

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

Shades of Spectra #31564B

Tints of Spectra #31564B

Color information

#31564B (or 0x31564B) is unknown color: approx Spectra. HEX triplet: 31, 56 and 4B. RGB value is (49,86,75). Sum of RGB (Red+Green+Blue) = 49+86+75=210 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.33% from 210); Green value is 86 (33.98% from 255 or 40.95% from 210); Blue value is 75 (29.69% from 255 or 35.71% from 210); Max value from RGB is 86 - color contains mainly: green. Hex color #31564B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31564B is #CEA9B4. Grayscale: #494949. Windows color (decimal): -13543861 or 4937265. OLE color: 4937265.

HSL color Cylindrical-coordinate representation of color #31564B: hue angle of 162.16º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #31564B is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB498675-
CMYK0.4300.130.66
HSL162.16º27.41%26.47%-
HSV(B)162.16º43.02%33.73%-
XYZ5.867.827.86-
YUV73.68128.74110.39-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.33%
GREEN value IS 86 (33.98% from 255) = 40.95%
BLUE value IS 75 (29.69% from 255) = 35.71%
R=23.33%
G=40.95%
B=35.71%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4986750.4300.130.66162.1627.4126.47
Hex31564B2B0D42a21b1a
Octal61126113530151022423332
Binary11000110101101001011101011011011000010101000101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31564B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31564B; }

 p { color: rgb(49,86,75); }

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

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

 a { background-color: rgb(49,86,75); }

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

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

 span { border-color: rgb(49,86,75); }

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