Html Css Color HEX #31491D Seaweed

📋 copy color: '#31491D'

red 49 ◦ green 73 ◦ blue 29

#31491D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seaweed #31491D

Tints of Seaweed #31491D

RGB

 RED value IS 49 (19.53% from 255) = 32.45%

 GREEN value IS 73 (28.91% from 255) = 48.34%

 BLUE value IS 29 (11.72% from 255) = 19.21%

R = 32.45%
G = 48.34%
B = 19.21%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.60

 K value IS 0.71

RGB Variations

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

Color information

#31491D (or 0x31491D) is known color: Seaweed. HEX triplet: 31, 49 and 1D. RGB value is (49,73,29). Sum of RGB (Red+Green+Blue) = 49+73+29=151 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.45% from 151); Green value is 73 (28.91% from 255 or 48.34% from 151); Blue value is 29 (11.72% from 255 or 19.21% from 151); Max value from RGB is 73 - color contains mainly: green. Hex color #31491D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31491D is #CEB6E2. Grayscale: #3C3C3C. Windows color (decimal): -13547235 or 1919281. OLE color: 1919281.

HSL color Cylindrical-coordinate representation of color #31491D: hue angle of 92.73º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #31491D is Cyan = 0.33, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.71.

Color convert

RGB 49 73 29 -
CMYK 0.33 0 0.60 0.71
HSL 92.73º 0.43% 0.2% -
HSV(B) 92.73º 0.6% 0.29% -
XYZ 3.87 5.51 2.02 -
YUV 60.81 110.05 119.58 -
System Red Green Blue C M Y K H S L
Decimal 49 73 29 0.33 0 0.60 0.71 92.73 0.43 0.2
Hex 31 49 1D 21 0 3C 47 5D 2B 14
Octal 61 111 35 41 0 74 107 135 53 24
Binary 110001 1001001 11101 100001 0 111100 1000111 1011101 101011 10100

Color Harmonies of #31491D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31491D

Black with #31491D

Text Example


Text Example

White with #31491D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31491D; }

 p { color: rgb(49,73,29); }

 H1.HeaderClassName
 {
   color: #31491D;
 }
 .AnyTagClassName
 {
   color: #31491D;
 }
</style>

background-color css

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

 a { background-color: rgb(49,73,29); }

 div.DivClassName
 {
   background-color: #31491D;
 }
 .BgClassName
 {
   background-color: #31491D;
 }
</style>

border-color css

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

 span { border-color: rgb(49,73,29); }

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