#31544A

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

Shades of Spectra #31544A

Tints of Spectra #31544A

Color information

#31544A (or 0x31544A) is unknown color: approx Spectra. HEX triplet: 31, 54 and 4A. RGB value is (49,84,74). Sum of RGB (Red+Green+Blue) = 49+84+74=207 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.67% from 207); Green value is 84 (33.20% from 255 or 40.58% from 207); Blue value is 74 (29.30% from 255 or 35.75% from 207); Max value from RGB is 84 - color contains mainly: green. Hex color #31544A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31544A is #CEABB5. Grayscale: #484848. Windows color (decimal): -13544374 or 4871217. OLE color: 4871217.

HSL color Cylindrical-coordinate representation of color #31544A: hue angle of 162.86º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #31544A is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB498474-
CMYK0.4200.120.67
HSL162.86º26.32%26.08%-
HSV(B)162.86º41.67%32.94%-
XYZ5.677.497.62-
YUV72.4128.9111.31-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.67%
GREEN value IS 84 (33.20% from 255) = 40.58%
BLUE value IS 74 (29.30% from 255) = 35.75%
R=23.67%
G=40.58%
B=35.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4984740.4200.120.67162.8626.3226.08
Hex31544A2A0C43a31a1a
Octal61124112520141032433232
Binary11000110101001001010101010011001000011101000111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31544A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,84,74); }

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

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

 a { background-color: rgb(49,84,74); }

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

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

 span { border-color: rgb(49,84,74); }

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