#314B17

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

Shades of Seaweed #314B17

Tints of Seaweed #314B17

Color information

#314B17 (or 0x314B17) is unknown color: approx Seaweed. HEX triplet: 31, 4B and 17. RGB value is (49,75,23). Sum of RGB (Red+Green+Blue) = 49+75+23=147 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.33% from 147); Green value is 75 (29.69% from 255 or 51.02% from 147); Blue value is 23 (9.38% from 255 or 15.65% from 147); Max value from RGB is 75 - color contains mainly: green. Hex color #314B17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314B17 is #CEB4E8. Grayscale: #3D3D3D. Windows color (decimal): -13546729 or 1526577. OLE color: 1526577.

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

Color convert

RGB497523-
CMYK0.3500.690.71
HSL90º53.06%19.22%-
HSV(B)90º69.33%29.41%-
XYZ3.945.751.71-
YUV61.3106.39119.23-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 33.33%
GREEN value IS 75 (29.69% from 255) = 51.02%
BLUE value IS 23 (9.38% from 255) = 15.65%
R=33.33%
G=51.02%
B=15.65%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4975230.3500.690.719053.0619.22
Hex314B1723045475a3513
Octal61113274301051071326523
Binary110001100101110111100011010001011000111101101011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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