Html Css Color HEX #314720 Seaweed

📋 copy color: '#314720'

red 49 ◦ green 71 ◦ blue 32

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

Shades of Seaweed #314720

Tints of Seaweed #314720

RGB

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

 GREEN value IS 71 (28.13% from 255) = 46.71%

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

R = 32.24%
G = 46.71%
B = 21.05%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.55

 K value IS 0.72

RGB Variations

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

Color information

#314720 (or 0x314720) is known color: Seaweed. HEX triplet: 31, 47 and 20. RGB value is (49,71,32). Sum of RGB (Red+Green+Blue) = 49+71+32=152 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.24% from 152); Green value is 71 (28.12% from 255 or 46.71% from 152); Blue value is 32 (12.89% from 255 or 21.05% from 152); Max value from RGB is 71 - color contains mainly: green. Hex color #314720 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314720 is #CEB8DF. Grayscale: #3C3C3C. Windows color (decimal): -13547744 or 2115377. OLE color: 2115377.

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

Color convert

RGB 49 71 32 -
CMYK 0.31 0 0.55 0.72
HSL 93.85º 0.38% 0.2% -
HSV(B) 93.85º 0.55% 0.28% -
XYZ 3.78 5.26 2.18 -
YUV 59.98 112.21 120.17 -
System Red Green Blue C M Y K H S L
Decimal 49 71 32 0.31 0 0.55 0.72 93.85 0.38 0.2
Hex 31 47 20 1F 0 37 48 5E 26 14
Octal 61 107 40 37 0 67 110 136 46 24
Binary 110001 1000111 100000 11111 0 110111 1001000 1011110 100110 10100

Color Harmonies of #314720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314720

Black with #314720

Text Example


Text Example

White with #314720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314720; }

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

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

background-color css

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

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

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

border-color css

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

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

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