Html Css Color HEX #314820 Seaweed

📋 copy color: '#314820'

red 49 ◦ green 72 ◦ blue 32

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

Shades of Seaweed #314820

Tints of Seaweed #314820

RGB

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

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

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

R = 32.03%
G = 47.06%
B = 20.92%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#314820 (or 0x314820) is known color: Seaweed. HEX triplet: 31, 48 and 20. RGB value is (49,72,32). Sum of RGB (Red+Green+Blue) = 49+72+32=153 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.03% from 153); Green value is 72 (28.52% from 255 or 47.06% from 153); Blue value is 32 (12.89% from 255 or 20.92% from 153); Max value from RGB is 72 - color contains mainly: green. Hex color #314820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314820 is #CEB7DF. Grayscale: #3C3C3C. Windows color (decimal): -13547488 or 2115633. OLE color: 2115633.

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

Color convert

RGB 49 72 32 -
CMYK 0.32 0 0.56 0.72
HSL 94.5º 0.38% 0.2% -
HSV(B) 94.5º 0.56% 0.28% -
XYZ 3.84 5.39 2.2 -
YUV 60.56 111.88 119.75 -
System Red Green Blue C M Y K H S L
Decimal 49 72 32 0.32 0 0.56 0.72 94.5 0.38 0.2
Hex 31 48 20 20 0 38 48 5E 26 14
Octal 61 110 40 40 0 70 110 136 46 24
Binary 110001 1001000 100000 100000 0 111000 1001000 1011110 100110 10100

Color Harmonies of #314820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314820

Black with #314820

Text Example


Text Example

White with #314820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314820; }

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

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

background-color css

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

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

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

border-color css

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

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

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