#314618

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

Shades of Seaweed #314618

Tints of Seaweed #314618

Color information

#314618 (or 0x314618) is unknown color: approx Seaweed. HEX triplet: 31, 46 and 18. RGB value is (49,70,24). Sum of RGB (Red+Green+Blue) = 49+70+24=143 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.27% from 143); Green value is 70 (27.73% from 255 or 48.95% from 143); Blue value is 24 (9.77% from 255 or 16.78% from 143); Max value from RGB is 70 - color contains mainly: green. Hex color #314618 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314618 is #CEB9E7. Grayscale: #3A3A3A. Windows color (decimal): -13548008 or 1590833. OLE color: 1590833.

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

Color convert

RGB497024-
CMYK0.3000.660.73
HSL87.39º48.94%18.43%-
HSV(B)87.39º65.71%27.45%-
XYZ3.625.11.66-
YUV58.48108.54121.24-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 34.27%
GREEN value IS 70 (27.73% from 255) = 48.95%
BLUE value IS 24 (9.77% from 255) = 16.78%
R=34.27%
G=48.95%
B=16.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4970240.3000.660.7387.3948.9418.43
Hex3146181E04249573112
Octal61106303601021111276122
Binary11000110001101100011110010000101001001101011111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314618; }

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

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

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

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

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

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

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

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