#314423

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

Shades of Seaweed #314423

Tints of Seaweed #314423

Color information

#314423 (or 0x314423) is unknown color: approx Seaweed. HEX triplet: 31, 44 and 23. RGB value is (49,68,35). Sum of RGB (Red+Green+Blue) = 49+68+35=152 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.24% from 152); Green value is 68 (26.95% from 255 or 44.74% from 152); Blue value is 35 (14.06% from 255 or 23.03% from 152); Max value from RGB is 68 - color contains mainly: green. Hex color #314423 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314423 is #CEBBDC. Grayscale: #3A3A3A. Windows color (decimal): -13548509 or 2311217. OLE color: 2311217.

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

Color convert

RGB496835-
CMYK0.2800.490.73
HSL94.55º32.04%20.2%-
HSV(B)94.55º48.53%26.67%-
XYZ3.644.912.35-
YUV58.56114.71121.18-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.24%
GREEN value IS 68 (26.95% from 255) = 44.74%
BLUE value IS 35 (14.06% from 255) = 23.03%
R=32.24%
G=44.74%
B=23.03%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4968350.2800.490.7394.5532.0420.2
Hex3144231C031495f2014
Octal6110443340611111374024
Binary11000110001001000111110001100011001001101111110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314423; }

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

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

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

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

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

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

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

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