#314122

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

Shades of Seaweed #314122

Tints of Seaweed #314122

Color information

#314122 (or 0x314122) is unknown color: approx Seaweed. HEX triplet: 31, 41 and 22. RGB value is (49,65,34). Sum of RGB (Red+Green+Blue) = 49+65+34=148 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.11% from 148); Green value is 65 (25.78% from 255 or 43.92% from 148); Blue value is 34 (13.67% from 255 or 22.97% from 148); Max value from RGB is 65 - color contains mainly: green. Hex color #314122 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314122 is #CEBEDD. Grayscale: #383838. Windows color (decimal): -13549278 or 2244913. OLE color: 2244913.

HSL color Cylindrical-coordinate representation of color #314122: hue angle of 90.97º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #314122 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.75.

Color convert

RGB496534-
CMYK0.2500.480.75
HSL90.97º31.31%19.41%-
HSV(B)90.97º47.69%25.49%-
XYZ3.454.552.21-
YUV56.68115.2122.52-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 33.11%
GREEN value IS 65 (25.78% from 255) = 43.92%
BLUE value IS 34 (13.67% from 255) = 22.97%
R=33.11%
G=43.92%
B=22.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4965340.2500.480.7590.9731.3119.41
Hex314122190304B5b1f13
Octal6110142310601131333723
Binary1100011000001100010110010110000100101110110111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314122; }

 p { color: rgb(49,65,34); }

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

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

 a { background-color: rgb(49,65,34); }

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

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

 span { border-color: rgb(49,65,34); }

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