#314B14

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

Shades of Seaweed #314B14

Tints of Seaweed #314B14

Color information

#314B14 (or 0x314B14) is unknown color: approx Seaweed. HEX triplet: 31, 4B and 14. RGB value is (49,75,20). Sum of RGB (Red+Green+Blue) = 49+75+20=144 (19% of max value = 765). Red value is 49 (19.53% from 255 or 34.03% from 144); Green value is 75 (29.69% from 255 or 52.08% from 144); Blue value is 20 (8.20% from 255 or 13.89% from 144); Max value from RGB is 75 - color contains mainly: green. Hex color #314B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314B14 is #CEB4EB. Grayscale: #3D3D3D. Windows color (decimal): -13546732 or 1329969. OLE color: 1329969.

HSL color Cylindrical-coordinate representation of color #314B14: hue angle of 88.36º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #314B14 is Cyan = 0.35, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.71.

Color convert

RGB497520-
CMYK0.3500.730.71
HSL88.36º57.89%18.63%-
HSV(B)88.36º73.33%29.41%-
XYZ3.915.741.56-
YUV60.96104.89119.47-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 34.03%
GREEN value IS 75 (29.69% from 255) = 52.08%
BLUE value IS 20 (8.20% from 255) = 13.89%
R=34.03%
G=52.08%
B=13.89%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4975200.3500.730.7188.3657.8918.63
Hex314B142304947583a13
Octal61113244301111071307223
Binary110001100101110100100011010010011000111101100011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314B14; }

 p { color: rgb(49,75,20); }

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

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

 a { background-color: rgb(49,75,20); }

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

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

 span { border-color: rgb(49,75,20); }

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