#31431E

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

Shades of Seaweed #31431E

Tints of Seaweed #31431E

Color information

#31431E (or 0x31431E) is unknown color: approx Seaweed. HEX triplet: 31, 43 and 1E. RGB value is (49,67,30). Sum of RGB (Red+Green+Blue) = 49+67+30=146 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.56% from 146); Green value is 67 (26.56% from 255 or 45.89% from 146); Blue value is 30 (12.11% from 255 or 20.55% from 146); Max value from RGB is 67 - color contains mainly: green. Hex color #31431E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31431E is #CEBCE1. Grayscale: #393939. Windows color (decimal): -13548770 or 1983281. OLE color: 1983281.

HSL color Cylindrical-coordinate representation of color #31431E: hue angle of 89.19º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #31431E is Cyan = 0.27, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.74.

Color convert

RGB496730-
CMYK0.2700.550.74
HSL89.19º38.14%19.02%-
HSV(B)89.19º55.22%26.27%-
XYZ3.514.761.96-
YUV57.4112.54122.01-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 33.56%
GREEN value IS 67 (26.56% from 255) = 45.89%
BLUE value IS 30 (12.11% from 255) = 20.55%
R=33.56%
G=45.89%
B=20.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4967300.2700.550.7489.1938.1419.02
Hex31431E1B0374A592613
Octal6110336330671121314623
Binary1100011000011111101101101101111001010101100110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31431E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31431E; }

 p { color: rgb(49,67,30); }

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

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

 a { background-color: rgb(49,67,30); }

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

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

 span { border-color: rgb(49,67,30); }

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