#314020

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

Shades of Seaweed #314020

Tints of Seaweed #314020

Color information

#314020 (or 0x314020) is unknown color: approx Seaweed. HEX triplet: 31, 40 and 20. RGB value is (49,64,32). Sum of RGB (Red+Green+Blue) = 49+64+32=145 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.79% from 145); Green value is 64 (25.39% from 255 or 44.14% from 145); Blue value is 32 (12.89% from 255 or 22.07% from 145); Max value from RGB is 64 - color contains mainly: green. Hex color #314020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314020 is #CEBFDF. Grayscale: #373737. Windows color (decimal): -13549536 or 2113585. OLE color: 2113585.

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

Color convert

RGB496432-
CMYK0.2300.500.75
HSL88.12º33.33%18.82%-
HSV(B)88.12º50%25.1%-
XYZ3.364.422.04-
YUV55.87114.53123.1-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 33.79%
GREEN value IS 64 (25.39% from 255) = 44.14%
BLUE value IS 32 (12.89% from 255) = 22.07%
R=33.79%
G=44.14%
B=22.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4964320.2300.500.7588.1233.3318.82
Hex314020170324B582113
Octal6110040270621131304123
Binary11000110000001000001011101100101001011101100010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314020; }

 p { color: rgb(49,64,32); }

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

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

 a { background-color: rgb(49,64,32); }

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

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

 span { border-color: rgb(49,64,32); }

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