#313F23

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

Shades of Seaweed #313F23

Tints of Seaweed #313F23

Color information

#313F23 (or 0x313F23) is unknown color: approx Seaweed. HEX triplet: 31, 3F and 23. RGB value is (49,63,35). Sum of RGB (Red+Green+Blue) = 49+63+35=147 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.33% from 147); Green value is 63 (25% from 255 or 42.86% from 147); Blue value is 35 (14.06% from 255 or 23.81% from 147); Max value from RGB is 63 - color contains mainly: green. Hex color #313F23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313F23 is #CEC0DC. Grayscale: #373737. Windows color (decimal): -13549789 or 2309937. OLE color: 2309937.

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

Color convert

RGB496335-
CMYK0.2200.440.75
HSL90º28.57%19.22%-
HSV(B)90º44.44%24.71%-
XYZ3.354.332.25-
YUV55.62116.36123.28-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 33.33%
GREEN value IS 63 (25% from 255) = 42.86%
BLUE value IS 35 (14.06% from 255) = 23.81%
R=33.33%
G=42.86%
B=23.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4963350.2200.440.759028.5719.22
Hex313F231602C4B5a1d13
Octal617743260541131323523
Binary110001111111100011101100101100100101110110101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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