Html Css Color HEX #31590D Seaweed

📋 copy color: '#31590D'

red 49 ◦ green 89 ◦ blue 13

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

Shades of Seaweed #31590D

Tints of Seaweed #31590D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 58.94%

 BLUE value IS 13 (5.47% from 255) = 8.61%

R = 32.45%
G = 58.94%
B = 8.61%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.85

 K value IS 0.65

RGB Variations

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

Color information

#31590D (or 0x31590D) is known color: Seaweed. HEX triplet: 31, 59 and 0D. RGB value is (49,89,13). Sum of RGB (Red+Green+Blue) = 49+89+13=151 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.45% from 151); Green value is 89 (35.16% from 255 or 58.94% from 151); Blue value is 13 (5.47% from 255 or 8.61% from 151); Max value from RGB is 89 - color contains mainly: green. Hex color #31590D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #31590D is #CEA6F2. Grayscale: #444444. Windows color (decimal): -13543155 or 874801. OLE color: 874801.

HSL color Cylindrical-coordinate representation of color #31590D: hue angle of 91.58º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #31590D is Cyan = 0.45, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.65.

Color convert

RGB 49 89 13 -
CMYK 0.45 0 0.85 0.65
HSL 91.58º 0.75% 0.2% -
HSV(B) 91.58º 0.85% 0.35% -
XYZ 4.91 7.83 1.63 -
YUV 68.38 96.75 114.18 -
System Red Green Blue C M Y K H S L
Decimal 49 89 13 0.45 0 0.85 0.65 91.58 0.75 0.2
Hex 31 59 D 2D 0 55 41 5C 4B 14
Octal 61 131 15 55 0 125 101 134 113 24
Binary 110001 1011001 1101 101101 0 1010101 1000001 1011100 1001011 10100

Color Harmonies of #31590D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31590D

Black with #31590D

Text Example


Text Example

White with #31590D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,89,13); }

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

background-color css

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

 a { background-color: rgb(49,89,13); }

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

border-color css

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

 span { border-color: rgb(49,89,13); }

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