Html Css Color HEX #31481E Seaweed

📋 copy color: '#31481E'

red 49 ◦ green 72 ◦ blue 30

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

Shades of Seaweed #31481E

Tints of Seaweed #31481E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 19.87%

R = 32.45%
G = 47.68%
B = 19.87%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#31481E (or 0x31481E) is known color: Seaweed. HEX triplet: 31, 48 and 1E. RGB value is (49,72,30). Sum of RGB (Red+Green+Blue) = 49+72+30=151 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.45% from 151); Green value is 72 (28.52% from 255 or 47.68% from 151); Blue value is 30 (12.11% from 255 or 19.87% from 151); Max value from RGB is 72 - color contains mainly: green. Hex color #31481E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31481E is #CEB7E1. Grayscale: #3C3C3C. Windows color (decimal): -13547490 or 1984561. OLE color: 1984561.

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

Color convert

RGB 49 72 30 -
CMYK 0.32 0 0.58 0.72
HSL 92.86º 0.41% 0.2% -
HSV(B) 92.86º 0.58% 0.28% -
XYZ 3.82 5.38 2.07 -
YUV 60.34 110.88 119.92 -
System Red Green Blue C M Y K H S L
Decimal 49 72 30 0.32 0 0.58 0.72 92.86 0.41 0.2
Hex 31 48 1E 20 0 3A 48 5D 29 14
Octal 61 110 36 40 0 72 110 135 51 24
Binary 110001 1001000 11110 100000 0 111010 1001000 1011101 101001 10100

Color Harmonies of #31481E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31481E

Black with #31481E

Text Example


Text Example

White with #31481E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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