Html Css Color HEX #31471A Seaweed

📋 copy color: '#31471A'

red 49 ◦ green 71 ◦ blue 26

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

Shades of Seaweed #31471A

Tints of Seaweed #31471A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 17.81%

R = 33.56%
G = 48.63%
B = 17.81%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.63

 K value IS 0.72

RGB Variations

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

Color information

#31471A (or 0x31471A) is known color: Seaweed. HEX triplet: 31, 47 and 1A. RGB value is (49,71,26). Sum of RGB (Red+Green+Blue) = 49+71+26=146 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.56% from 146); Green value is 71 (28.12% from 255 or 48.63% from 146); Blue value is 26 (10.55% from 255 or 17.81% from 146); Max value from RGB is 71 - color contains mainly: green. Hex color #31471A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31471A is #CEB8E5. Grayscale: #3B3B3B. Windows color (decimal): -13547750 or 1722161. OLE color: 1722161.

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

Color convert

RGB 49 71 26 -
CMYK 0.31 0 0.63 0.72
HSL 89.33º 0.46% 0.19% -
HSV(B) 89.33º 0.63% 0.28% -
XYZ 3.71 5.23 1.79 -
YUV 59.29 109.21 120.66 -
System Red Green Blue C M Y K H S L
Decimal 49 71 26 0.31 0 0.63 0.72 89.33 0.46 0.19
Hex 31 47 1A 1F 0 3F 48 59 2E 13
Octal 61 107 32 37 0 77 110 131 56 23
Binary 110001 1000111 11010 11111 0 111111 1001000 1011001 101110 10011

Color Harmonies of #31471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31471A

Black with #31471A

Text Example


Text Example

White with #31471A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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