#31471C

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

Shades of Seaweed #31471C

Tints of Seaweed #31471C

Color information

#31471C (or 0x31471C) is unknown color: approx Seaweed. HEX triplet: 31, 47 and 1C. RGB value is (49,71,28). Sum of RGB (Red+Green+Blue) = 49+71+28=148 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.11% from 148); Green value is 71 (28.12% from 255 or 47.97% from 148); Blue value is 28 (11.33% from 255 or 18.92% from 148); Max value from RGB is 71 - color contains mainly: green. Hex color #31471C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31471C is #CEB8E3. Grayscale: #3B3B3B. Windows color (decimal): -13547748 or 1853233. OLE color: 1853233.

HSL color Cylindrical-coordinate representation of color #31471C: hue angle of 90.7º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #31471C is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.72.

Color convert

RGB497128-
CMYK0.3100.610.72
HSL90.7º43.43%19.41%-
HSV(B)90.7º60.56%27.84%-
XYZ3.735.241.91-
YUV59.52110.21120.5-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 33.11%
GREEN value IS 71 (28.12% from 255) = 47.97%
BLUE value IS 28 (11.33% from 255) = 18.92%
R=33.11%
G=47.97%
B=18.92%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4971280.3100.610.7290.743.4319.41
Hex31471C1F03D485b2b13
Octal6110734370751101335323
Binary1100011000111111001111101111011001000101101110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31471C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31471C; }

 p { color: rgb(49,71,28); }

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

<style>
 a { background-color: #31471C; }

 a { background-color: rgb(49,71,28); }

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

<style>
 span { border-color: #31471C; }

 span { border-color: rgb(49,71,28); }

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