Html Css Color HEX #314422 Seaweed

📋 copy color: '#314422'

red 49 ◦ green 68 ◦ blue 34

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

Shades of Seaweed #314422

Tints of Seaweed #314422

RGB

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

 GREEN value IS 68 (26.95% from 255) = 45.03%

 BLUE value IS 34 (13.67% from 255) = 22.52%

R = 32.45%
G = 45.03%
B = 22.52%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.50

 K value IS 0.73

RGB Variations

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

Color information

#314422 (or 0x314422) is known color: Seaweed. HEX triplet: 31, 44 and 22. RGB value is (49,68,34). Sum of RGB (Red+Green+Blue) = 49+68+34=151 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.45% from 151); Green value is 68 (26.95% from 255 or 45.03% from 151); Blue value is 34 (13.67% from 255 or 22.52% from 151); Max value from RGB is 68 - color contains mainly: green. Hex color #314422 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314422 is #CEBBDD. Grayscale: #3A3A3A. Windows color (decimal): -13548510 or 2245681. OLE color: 2245681.

HSL color Cylindrical-coordinate representation of color #314422: hue angle of 93.53º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #314422 is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.73.

Color convert

RGB 49 68 34 -
CMYK 0.28 0 0.50 0.73
HSL 93.53º 0.33% 0.2% -
HSV(B) 93.53º 0.5% 0.27% -
XYZ 3.62 4.9 2.27 -
YUV 58.44 114.21 121.26 -
System Red Green Blue C M Y K H S L
Decimal 49 68 34 0.28 0 0.50 0.73 93.53 0.33 0.2
Hex 31 44 22 1C 0 32 49 5E 21 14
Octal 61 104 42 34 0 62 111 136 41 24
Binary 110001 1000100 100010 11100 0 110010 1001001 1011110 100001 10100

Color Harmonies of #314422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314422

Black with #314422

Text Example


Text Example

White with #314422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314422; }

 p { color: rgb(49,68,34); }

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

background-color css

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

 a { background-color: rgb(49,68,34); }

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

border-color css

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

 span { border-color: rgb(49,68,34); }

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