Html Css Color HEX #31481F Seaweed

📋 copy color: '#31481F'

red 49 ◦ green 72 ◦ blue 31

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

Shades of Seaweed #31481F

Tints of Seaweed #31481F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 47.37%

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

R = 32.24%
G = 47.37%
B = 20.39%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.57

 K value IS 0.72

RGB Variations

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

Color information

#31481F (or 0x31481F) is known color: Seaweed. HEX triplet: 31, 48 and 1F. RGB value is (49,72,31). Sum of RGB (Red+Green+Blue) = 49+72+31=152 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.24% from 152); Green value is 72 (28.52% from 255 or 47.37% from 152); Blue value is 31 (12.5% from 255 or 20.39% from 152); Max value from RGB is 72 - color contains mainly: green. Hex color #31481F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31481F is #CEB7E0. Grayscale: #3C3C3C. Windows color (decimal): -13547489 or 2050097. OLE color: 2050097.

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

Color convert

RGB 49 72 31 -
CMYK 0.32 0 0.57 0.72
HSL 93.66º 0.4% 0.2% -
HSV(B) 93.66º 0.57% 0.28% -
XYZ 3.83 5.39 2.13 -
YUV 60.45 111.38 119.83 -
System Red Green Blue C M Y K H S L
Decimal 49 72 31 0.32 0 0.57 0.72 93.66 0.4 0.2
Hex 31 48 1F 20 0 39 48 5E 28 14
Octal 61 110 37 40 0 71 110 136 50 24
Binary 110001 1001000 11111 100000 0 111001 1001000 1011110 101000 10100

Color Harmonies of #31481F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31481F

Black with #31481F

Text Example


Text Example

White with #31481F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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