Html Css Color HEX #31580D Seaweed

📋 copy color: '#31580D'

red 49 ◦ green 88 ◦ blue 13

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

Shades of Seaweed #31580D

Tints of Seaweed #31580D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 58.67%

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

R = 32.67%
G = 58.67%
B = 8.67%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.85

 K value IS 0.65

RGB Variations

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

Color information

#31580D (or 0x31580D) is known color: Seaweed. HEX triplet: 31, 58 and 0D. RGB value is (49,88,13). Sum of RGB (Red+Green+Blue) = 49+88+13=150 (19% of max value = 765). Red value is 49 (19.53% from 255 or 32.67% from 150); Green value is 88 (34.77% from 255 or 58.67% from 150); Blue value is 13 (5.47% from 255 or 8.67% from 150); Max value from RGB is 88 - color contains mainly: green. Hex color #31580D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #31580D is #CEA7F2. Grayscale: #444444. Windows color (decimal): -13543411 or 874545. OLE color: 874545.

HSL color Cylindrical-coordinate representation of color #31580D: hue angle of 91.2º degrees, saturation: 0.74, 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 #31580D is Cyan = 0.44, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.65.

Color convert

RGB 49 88 13 -
CMYK 0.44 0 0.85 0.65
HSL 91.2º 0.74% 0.2% -
HSV(B) 91.2º 0.85% 0.35% -
XYZ 4.83 7.66 1.61 -
YUV 67.79 97.08 114.6 -
System Red Green Blue C M Y K H S L
Decimal 49 88 13 0.44 0 0.85 0.65 91.2 0.74 0.2
Hex 31 58 D 2C 0 55 41 5B 4A 14
Octal 61 130 15 54 0 125 101 133 112 24
Binary 110001 1011000 1101 101100 0 1010101 1000001 1011011 1001010 10100

Color Harmonies of #31580D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31580D

Black with #31580D

Text Example


Text Example

White with #31580D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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