#313F26

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

Shades of Seaweed #313F26

Tints of Seaweed #313F26

Color information

#313F26 (or 0x313F26) is unknown color: approx Seaweed. HEX triplet: 31, 3F and 26. RGB value is (49,63,38). Sum of RGB (Red+Green+Blue) = 49+63+38=150 (19% of max value = 765). Red value is 49 (19.53% from 255 or 32.67% from 150); Green value is 63 (25% from 255 or 42% from 150); Blue value is 38 (15.23% from 255 or 25.33% from 150); Max value from RGB is 63 - color contains mainly: green. Hex color #313F26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313F26 is #CEC0D9. Grayscale: #383838. Windows color (decimal): -13549786 or 2506545. OLE color: 2506545.

HSL color Cylindrical-coordinate representation of color #313F26: hue angle of 93.6º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #313F26 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.75.

Color convert

RGB496338-
CMYK0.2200.400.75
HSL93.6º24.75%19.8%-
HSV(B)93.6º39.68%24.71%-
XYZ3.394.352.49-
YUV55.96117.86123.03-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.67%
GREEN value IS 63 (25% from 255) = 42%
BLUE value IS 38 (15.23% from 255) = 25.33%
R=32.67%
G=42%
B=25.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4963380.2200.400.7593.624.7519.8
Hex313F26160284B5e1914
Octal617746260501131363124
Binary110001111111100110101100101000100101110111101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,63,38); }

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

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

 a { background-color: rgb(49,63,38); }

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

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

 span { border-color: rgb(49,63,38); }

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