#31544B

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

Shades of Spectra #31544B

Tints of Spectra #31544B

Color information

#31544B (or 0x31544B) is unknown color: approx Spectra. HEX triplet: 31, 54 and 4B. RGB value is (49,84,75). Sum of RGB (Red+Green+Blue) = 49+84+75=208 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.56% from 208); Green value is 84 (33.20% from 255 or 40.38% from 208); Blue value is 75 (29.69% from 255 or 36.06% from 208); Max value from RGB is 84 - color contains mainly: green. Hex color #31544B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31544B is #CEABB4. Grayscale: #484848. Windows color (decimal): -13544373 or 4936753. OLE color: 4936753.

HSL color Cylindrical-coordinate representation of color #31544B: hue angle of 164.57º 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 #31544B is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB498475-
CMYK0.4200.110.67
HSL164.57º26.32%26.08%-
HSV(B)164.57º41.67%32.94%-
XYZ5.717.57.8-
YUV72.51129.4111.23-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.56%
GREEN value IS 84 (33.20% from 255) = 40.38%
BLUE value IS 75 (29.69% from 255) = 36.06%
R=23.56%
G=40.38%
B=36.06%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4984750.4200.110.67164.5726.3226.08
Hex31544B2A0B43a51a1a
Octal61124113520131032453232
Binary11000110101001001011101010010111000011101001011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31544B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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