#313A24

Color #313A24 Seaweed (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seaweed #313A24

Tints of Seaweed #313A24

Color information

#313A24 (or 0x313A24) is unknown color: approx Seaweed. HEX triplet: 31, 3A and 24. RGB value is (49,58,36). Sum of RGB (Red+Green+Blue) = 49+58+36=143 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.27% from 143); Green value is 58 (23.05% from 255 or 40.56% from 143); Blue value is 36 (14.45% from 255 or 25.17% from 143); Max value from RGB is 58 - color contains mainly: green. Hex color #313A24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313A24 is #CEC5DB. Grayscale: #343434. Windows color (decimal): -13551068 or 2374193. OLE color: 2374193.

HSL color Cylindrical-coordinate representation of color #313A24: hue angle of 84.55º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #313A24 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.77.

Color convert

RGB495836-
CMYK0.1600.380.77
HSL84.55º23.4%18.43%-
HSV(B)84.55º37.93%22.75%-
XYZ3.13.812.24-
YUV52.8118.52125.29-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 34.27%
GREEN value IS 58 (23.05% from 255) = 40.56%
BLUE value IS 36 (14.45% from 255) = 25.17%
R=34.27%
G=40.56%
B=25.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4958360.1600.380.7784.5523.418.43
Hex313A24100264D551712
Octal617244200461151252722
Binary110001111010100100100000100110100110110101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313A24; }

 p { color: rgb(49,58,36); }

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

<style>
 a { background-color: #313A24; }

 a { background-color: rgb(49,58,36); }

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

<style>
 span { border-color: #313A24; }

 span { border-color: rgb(49,58,36); }

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