Html Css Color HEX #314821 Seaweed

📋 copy color: '#314821'

red 49 ◦ green 72 ◦ blue 33

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

Shades of Seaweed #314821

Tints of Seaweed #314821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 21.43%

R = 31.82%
G = 46.75%
B = 21.43%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.54

 K value IS 0.72

RGB Variations

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

Color information

#314821 (or 0x314821) is known color: Seaweed. HEX triplet: 31, 48 and 21. RGB value is (49,72,33). Sum of RGB (Red+Green+Blue) = 49+72+33=154 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.82% from 154); Green value is 72 (28.52% from 255 or 46.75% from 154); Blue value is 33 (13.28% from 255 or 21.43% from 154); Max value from RGB is 72 - color contains mainly: green. Hex color #314821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314821 is #CEB7DE. Grayscale: #3C3C3C. Windows color (decimal): -13547487 or 2181169. OLE color: 2181169.

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

Color convert

RGB 49 72 33 -
CMYK 0.32 0 0.54 0.72
HSL 95.38º 0.37% 0.21% -
HSV(B) 95.38º 0.54% 0.28% -
XYZ 3.86 5.4 2.28 -
YUV 60.68 112.38 119.67 -
System Red Green Blue C M Y K H S L
Decimal 49 72 33 0.32 0 0.54 0.72 95.38 0.37 0.21
Hex 31 48 21 20 0 36 48 5F 25 15
Octal 61 110 41 40 0 66 110 137 45 25
Binary 110001 1001000 100001 100000 0 110110 1001000 1011111 100101 10101

Color Harmonies of #314821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314821

Black with #314821

Text Example


Text Example

White with #314821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314821; }

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

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

background-color css

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

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

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

border-color css

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

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

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