Html Css Color HEX #313D20 Seaweed

📋 copy color: '#313D20'

red 49 ◦ green 61 ◦ blue 32

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

Shades of Seaweed #313D20

Tints of Seaweed #313D20

RGB

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

 GREEN value IS 61 (24.22% from 255) = 42.96%

 BLUE value IS 32 (12.89% from 255) = 22.54%

R = 34.51%
G = 42.96%
B = 22.54%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.48

 K value IS 0.76

RGB Variations

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

Color information

#313D20 (or 0x313D20) is known color: Seaweed. HEX triplet: 31, 3D and 20. RGB value is (49,61,32). Sum of RGB (Red+Green+Blue) = 49+61+32=142 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.51% from 142); Green value is 61 (24.22% from 255 or 42.96% from 142); Blue value is 32 (12.89% from 255 or 22.54% from 142); Max value from RGB is 61 - color contains mainly: green. Hex color #313D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313D20 is #CEC2DF. Grayscale: #363636. Windows color (decimal): -13550304 or 2112817. OLE color: 2112817.

HSL color Cylindrical-coordinate representation of color #313D20: hue angle of 84.83º degrees, saturation: 0.31, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #313D20 is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.76.

Color convert

RGB 49 61 32 -
CMYK 0.20 0 0.48 0.76
HSL 84.83º 0.31% 0.18% -
HSV(B) 84.83º 0.48% 0.24% -
XYZ 3.2 4.09 1.99 -
YUV 54.11 115.52 124.36 -
System Red Green Blue C M Y K H S L
Decimal 49 61 32 0.20 0 0.48 0.76 84.83 0.31 0.18
Hex 31 3D 20 14 0 30 4C 55 1F 12
Octal 61 75 40 24 0 60 114 125 37 22
Binary 110001 111101 100000 10100 0 110000 1001100 1010101 11111 10010

Color Harmonies of #313D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313D20

Black with #313D20

Text Example


Text Example

White with #313D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313D20; }

 p { color: rgb(49,61,32); }

 H1.HeaderClassName
 {
   color: #313D20;
 }
 .AnyTagClassName
 {
   color: #313D20;
 }
</style>

background-color css

<style>
 a { background-color: #313D20; }

 a { background-color: rgb(49,61,32); }

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

border-color css

<style>
 span { border-color: #313D20; }

 span { border-color: rgb(49,61,32); }

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