#314025

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

Shades of Seaweed #314025

Tints of Seaweed #314025

Color information

#314025 (or 0x314025) is unknown color: approx Seaweed. HEX triplet: 31, 40 and 25. RGB value is (49,64,37). Sum of RGB (Red+Green+Blue) = 49+64+37=150 (19% of max value = 765). Red value is 49 (19.53% from 255 or 32.67% from 150); Green value is 64 (25.39% from 255 or 42.67% from 150); Blue value is 37 (14.84% from 255 or 24.67% from 150); Max value from RGB is 64 - color contains mainly: green. Hex color #314025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314025 is #CEBFDA. Grayscale: #383838. Windows color (decimal): -13549531 or 2441265. OLE color: 2441265.

HSL color Cylindrical-coordinate representation of color #314025: hue angle of 93.33º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #314025 is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.75.

Color convert

RGB496437-
CMYK0.2300.420.75
HSL93.33º26.73%19.8%-
HSV(B)93.33º42.19%25.1%-
XYZ3.434.452.43-
YUV56.44117.03122.7-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.67%
GREEN value IS 64 (25.39% from 255) = 42.67%
BLUE value IS 37 (14.84% from 255) = 24.67%
R=32.67%
G=42.67%
B=24.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4964370.2300.420.7593.3326.7319.8
Hex3140251702A4B5d1b14
Octal6110045270521131353324
Binary1100011000000100101101110101010100101110111011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314025; }

 p { color: rgb(49,64,37); }

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

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

 a { background-color: rgb(49,64,37); }

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

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

 span { border-color: rgb(49,64,37); }

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