Html Css Color HEX #31471C Seaweed

📋 copy color: '#31471C'

red 49 ◦ green 71 ◦ blue 28

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

Shades of Seaweed #31471C

Tints of Seaweed #31471C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 18.92%

R = 33.11%
G = 47.97%
B = 18.92%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#31471C (or 0x31471C) is known color: Seaweed. HEX triplet: 31, 47 and 1C. RGB value is (49,71,28). Sum of RGB (Red+Green+Blue) = 49+71+28=148 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.11% from 148); Green value is 71 (28.12% from 255 or 47.97% from 148); Blue value is 28 (11.33% from 255 or 18.92% from 148); Max value from RGB is 71 - color contains mainly: green. Hex color #31471C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31471C is #CEB8E3. Grayscale: #3B3B3B. Windows color (decimal): -13547748 or 1853233. OLE color: 1853233.

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

Color convert

RGB 49 71 28 -
CMYK 0.31 0 0.61 0.72
HSL 90.7º 0.43% 0.19% -
HSV(B) 90.7º 0.61% 0.28% -
XYZ 3.73 5.24 1.91 -
YUV 59.52 110.21 120.5 -
System Red Green Blue C M Y K H S L
Decimal 49 71 28 0.31 0 0.61 0.72 90.7 0.43 0.19
Hex 31 47 1C 1F 0 3D 48 5B 2B 13
Octal 61 107 34 37 0 75 110 133 53 23
Binary 110001 1000111 11100 11111 0 111101 1001000 1011011 101011 10011

Color Harmonies of #31471C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31471C

Black with #31471C

Text Example


Text Example

White with #31471C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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