#314518

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

Shades of Seaweed #314518

Tints of Seaweed #314518

Color information

#314518 (or 0x314518) is unknown color: approx Seaweed. HEX triplet: 31, 45 and 18. RGB value is (49,69,24). Sum of RGB (Red+Green+Blue) = 49+69+24=142 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.51% from 142); Green value is 69 (27.34% from 255 or 48.59% from 142); Blue value is 24 (9.77% from 255 or 16.90% from 142); Max value from RGB is 69 - color contains mainly: green. Hex color #314518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314518 is #CEBAE7. Grayscale: #3A3A3A. Windows color (decimal): -13548264 or 1590577. OLE color: 1590577.

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

Color convert

RGB496924-
CMYK0.2900.650.73
HSL86.67º48.39%18.24%-
HSV(B)86.67º65.22%27.06%-
XYZ3.564.981.64-
YUV57.89108.87121.66-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 34.51%
GREEN value IS 69 (27.34% from 255) = 48.59%
BLUE value IS 24 (9.77% from 255) = 16.90%
R=34.51%
G=48.59%
B=16.90%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4969240.2900.650.7386.6748.3918.24
Hex3145181D04149573012
Octal61105303501011111276022
Binary11000110001011100011101010000011001001101011111000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314518; }

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

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

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

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

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

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

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

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