Html Css Color HEX #314816 Seaweed

📋 copy color: '#314816'

red 49 ◦ green 72 ◦ blue 22

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

Shades of Seaweed #314816

Tints of Seaweed #314816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 15.38%

R = 34.27%
G = 50.35%
B = 15.38%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#314816 (or 0x314816) is known color: Seaweed. HEX triplet: 31, 48 and 16. RGB value is (49,72,22). Sum of RGB (Red+Green+Blue) = 49+72+22=143 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.27% from 143); Green value is 72 (28.52% from 255 or 50.35% from 143); Blue value is 22 (8.98% from 255 or 15.38% from 143); Max value from RGB is 72 - color contains mainly: green. Hex color #314816 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314816 is #CEB7E9. Grayscale: #3B3B3B. Windows color (decimal): -13547498 or 1460273. OLE color: 1460273.

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

Color convert

RGB 49 72 22 -
CMYK 0.32 0 0.69 0.72
HSL 87.6º 0.53% 0.18% -
HSV(B) 87.6º 0.69% 0.28% -
XYZ 3.73 5.35 1.59 -
YUV 59.42 106.88 120.57 -
System Red Green Blue C M Y K H S L
Decimal 49 72 22 0.32 0 0.69 0.72 87.6 0.53 0.18
Hex 31 48 16 20 0 45 48 58 35 12
Octal 61 110 26 40 0 105 110 130 65 22
Binary 110001 1001000 10110 100000 0 1000101 1001000 1011000 110101 10010

Color Harmonies of #314816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314816

Black with #314816

Text Example


Text Example

White with #314816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314816; }

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

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

background-color css

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

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

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

border-color css

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

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

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