#314521

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

Shades of Seaweed #314521

Tints of Seaweed #314521

Color information

#314521 (or 0x314521) is unknown color: approx Seaweed. HEX triplet: 31, 45 and 21. RGB value is (49,69,33). Sum of RGB (Red+Green+Blue) = 49+69+33=151 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.45% from 151); Green value is 69 (27.34% from 255 or 45.70% from 151); Blue value is 33 (13.28% from 255 or 21.85% from 151); Max value from RGB is 69 - color contains mainly: green. Hex color #314521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314521 is #CEBADE. Grayscale: #3B3B3B. Windows color (decimal): -13548255 or 2180401. OLE color: 2180401.

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

Color convert

RGB496933-
CMYK0.2900.520.73
HSL93.33º35.29%20%-
HSV(B)93.33º52.17%27.06%-
XYZ3.675.022.21-
YUV58.92113.37120.93-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.45%
GREEN value IS 69 (27.34% from 255) = 45.70%
BLUE value IS 33 (13.28% from 255) = 21.85%
R=32.45%
G=45.70%
B=21.85%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4969330.2900.520.7393.3335.2920
Hex3145211D034495d2314
Octal6110541350641111354324
Binary11000110001011000011110101101001001001101110110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314521; }

 p { color: rgb(49,69,33); }

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

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

 a { background-color: rgb(49,69,33); }

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

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

 span { border-color: rgb(49,69,33); }

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