#314424

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

Shades of Seaweed #314424

Tints of Seaweed #314424

Color information

#314424 (or 0x314424) is unknown color: approx Seaweed. HEX triplet: 31, 44 and 24. RGB value is (49,68,36). Sum of RGB (Red+Green+Blue) = 49+68+36=153 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.03% from 153); Green value is 68 (26.95% from 255 or 44.44% from 153); Blue value is 36 (14.45% from 255 or 23.53% from 153); Max value from RGB is 68 - color contains mainly: green. Hex color #314424 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314424 is #CEBBDB. Grayscale: #3A3A3A. Windows color (decimal): -13548508 or 2376753. OLE color: 2376753.

HSL color Cylindrical-coordinate representation of color #314424: hue angle of 95.62º degrees, saturation: 0.31, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #314424 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.73.

Color convert

RGB496836-
CMYK0.2800.470.73
HSL95.62º30.77%20.39%-
HSV(B)95.62º47.06%26.67%-
XYZ3.654.912.43-
YUV58.67115.21121.1-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.03%
GREEN value IS 68 (26.95% from 255) = 44.44%
BLUE value IS 36 (14.45% from 255) = 23.53%
R=32.03%
G=44.44%
B=23.53%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4968360.2800.470.7395.6230.7720.39
Hex3144241C02F49601f14
Octal6110444340571111403724
Binary1100011000100100100111000101111100100111000001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314424; }

 p { color: rgb(49,68,36); }

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

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

 a { background-color: rgb(49,68,36); }

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

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

 span { border-color: rgb(49,68,36); }

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