Html Css Color HEX #31471D Seaweed

📋 copy color: '#31471D'

red 49 ◦ green 71 ◦ blue 29

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

Shades of Seaweed #31471D

Tints of Seaweed #31471D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 47.65%

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

R = 32.89%
G = 47.65%
B = 19.46%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.59

 K value IS 0.72

RGB Variations

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

Color information

#31471D (or 0x31471D) is known color: Seaweed. HEX triplet: 31, 47 and 1D. RGB value is (49,71,29). Sum of RGB (Red+Green+Blue) = 49+71+29=149 (19% of max value = 765). Red value is 49 (19.53% from 255 or 32.89% from 149); Green value is 71 (28.12% from 255 or 47.65% from 149); Blue value is 29 (11.72% from 255 or 19.46% from 149); Max value from RGB is 71 - color contains mainly: green. Hex color #31471D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31471D is #CEB8E2. Grayscale: #3B3B3B. Windows color (decimal): -13547747 or 1918769. OLE color: 1918769.

HSL color Cylindrical-coordinate representation of color #31471D: hue angle of 91.43º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #31471D is Cyan = 0.31, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.72.

Color convert

RGB 49 71 29 -
CMYK 0.31 0 0.59 0.72
HSL 91.43º 0.42% 0.2% -
HSV(B) 91.43º 0.59% 0.28% -
XYZ 3.74 5.25 1.98 -
YUV 59.63 110.71 120.42 -
System Red Green Blue C M Y K H S L
Decimal 49 71 29 0.31 0 0.59 0.72 91.43 0.42 0.2
Hex 31 47 1D 1F 0 3B 48 5B 2A 14
Octal 61 107 35 37 0 73 110 133 52 24
Binary 110001 1000111 11101 11111 0 111011 1001000 1011011 101010 10100

Color Harmonies of #31471D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31471D

Black with #31471D

Text Example


Text Example

White with #31471D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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