#314E1C

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

Shades of Seaweed #314E1C

Tints of Seaweed #314E1C

Color information

#314E1C (or 0x314E1C) is unknown color: approx Seaweed. HEX triplet: 31, 4E and 1C. RGB value is (49,78,28). Sum of RGB (Red+Green+Blue) = 49+78+28=155 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.61% from 155); Green value is 78 (30.86% from 255 or 50.32% from 155); Blue value is 28 (11.33% from 255 or 18.06% from 155); Max value from RGB is 78 - color contains mainly: green. Hex color #314E1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #314E1C is #CEB1E3. Grayscale: #3F3F3F. Windows color (decimal): -13545956 or 1855025. OLE color: 1855025.

HSL color Cylindrical-coordinate representation of color #314E1C: hue angle of 94.8º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #314E1C is Cyan = 0.37, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.69.

Color convert

RGB497828-
CMYK0.3700.640.69
HSL94.8º47.17%20.78%-
HSV(B)94.8º64.1%30.59%-
XYZ4.26.192.07-
YUV63.63107.89117.57-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.61%
GREEN value IS 78 (30.86% from 255) = 50.32%
BLUE value IS 28 (11.33% from 255) = 18.06%
R=31.61%
G=50.32%
B=18.06%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4978280.3700.640.6994.847.1720.78
Hex314E1C25040455f2f15
Octal61116344501001051375725
Binary110001100111011100100101010000001000101101111110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314E1C; }

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

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

<style>
 a { background-color: #314E1C; }

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

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

<style>
 span { border-color: #314E1C; }

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

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