#313C27

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

Shades of Seaweed #313C27

Tints of Seaweed #313C27

Color information

#313C27 (or 0x313C27) is unknown color: approx Seaweed. HEX triplet: 31, 3C and 27. RGB value is (49,60,39). Sum of RGB (Red+Green+Blue) = 49+60+39=148 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.11% from 148); Green value is 60 (23.83% from 255 or 40.54% from 148); Blue value is 39 (15.62% from 255 or 26.35% from 148); Max value from RGB is 60 - color contains mainly: green. Hex color #313C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313C27 is #CEC3D8. Grayscale: #363636. Windows color (decimal): -13550553 or 2571313. OLE color: 2571313.

HSL color Cylindrical-coordinate representation of color #313C27: hue angle of 91.43º degrees, saturation: 0.21, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #313C27 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.76.

Color convert

RGB496039-
CMYK0.1800.350.76
HSL91.43º21.21%19.41%-
HSV(B)91.43º35%23.53%-
XYZ3.254.032.53-
YUV54.32119.36124.21-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 33.11%
GREEN value IS 60 (23.83% from 255) = 40.54%
BLUE value IS 39 (15.62% from 255) = 26.35%
R=33.11%
G=40.54%
B=26.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4960390.1800.350.7691.4321.2119.41
Hex313C27120234C5b1513
Octal617447220431141332523
Binary110001111100100111100100100011100110010110111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,60,39); }

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

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

 a { background-color: rgb(49,60,39); }

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

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

 span { border-color: rgb(49,60,39); }

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