#314B1C

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

Shades of Seaweed #314B1C

Tints of Seaweed #314B1C

Color information

#314B1C (or 0x314B1C) is unknown color: approx Seaweed. HEX triplet: 31, 4B and 1C. RGB value is (49,75,28). Sum of RGB (Red+Green+Blue) = 49+75+28=152 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.24% from 152); Green value is 75 (29.69% from 255 or 49.34% from 152); Blue value is 28 (11.33% from 255 or 18.42% from 152); Max value from RGB is 75 - color contains mainly: green. Hex color #314B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314B1C is #CEB4E3. Grayscale: #3E3E3E. Windows color (decimal): -13546724 or 1854257. OLE color: 1854257.

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

Color convert

RGB497528-
CMYK0.3500.630.71
HSL93.19º45.63%20.2%-
HSV(B)93.19º62.67%29.41%-
XYZ3.995.772-
YUV61.87108.89118.82-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.24%
GREEN value IS 75 (29.69% from 255) = 49.34%
BLUE value IS 28 (11.33% from 255) = 18.42%
R=32.24%
G=49.34%
B=18.42%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4975280.3500.630.7193.1945.6320.2
Hex314B1C2303F475d2e14
Octal6111334430771071355624
Binary11000110010111110010001101111111000111101110110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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