Html Css Color HEX #31471F Seaweed

📋 copy color: '#31471F'

red 49 ◦ green 71 ◦ blue 31

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

Shades of Seaweed #31471F

Tints of Seaweed #31471F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 20.53%

R = 32.45%
G = 47.02%
B = 20.53%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#31471F (or 0x31471F) is known color: Seaweed. HEX triplet: 31, 47 and 1F. RGB value is (49,71,31). Sum of RGB (Red+Green+Blue) = 49+71+31=151 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.45% from 151); Green value is 71 (28.12% from 255 or 47.02% from 151); Blue value is 31 (12.5% from 255 or 20.53% from 151); Max value from RGB is 71 - color contains mainly: green. Hex color #31471F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31471F is #CEB8E0. Grayscale: #3C3C3C. Windows color (decimal): -13547745 or 2049841. OLE color: 2049841.

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

Color convert

RGB 49 71 31 -
CMYK 0.31 0 0.56 0.72
HSL 93º 0.39% 0.2% -
HSV(B) 93º 0.56% 0.28% -
XYZ 3.77 5.26 2.11 -
YUV 59.86 111.71 120.25 -
System Red Green Blue C M Y K H S L
Decimal 49 71 31 0.31 0 0.56 0.72 93 0.39 0.2
Hex 31 47 1F 1F 0 38 48 5D 27 14
Octal 61 107 37 37 0 70 110 135 47 24
Binary 110001 1000111 11111 11111 0 111000 1001000 1011101 100111 10100

Color Harmonies of #31471F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31471F

Black with #31471F

Text Example


Text Example

White with #31471F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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