Html Css Color HEX #314D15 Seaweed

📋 copy color: '#314D15'

red 49 ◦ green 77 ◦ blue 21

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

Shades of Seaweed #314D15

Tints of Seaweed #314D15

RGB

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

 GREEN value IS 77 (30.47% from 255) = 52.38%

 BLUE value IS 21 (8.59% from 255) = 14.29%

R = 33.33%
G = 52.38%
B = 14.29%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.73

 K value IS 0.70

RGB Variations

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

Color information

#314D15 (or 0x314D15) is known color: Seaweed. HEX triplet: 31, 4D and 15. RGB value is (49,77,21). Sum of RGB (Red+Green+Blue) = 49+77+21=147 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.33% from 147); Green value is 77 (30.47% from 255 or 52.38% from 147); Blue value is 21 (8.59% from 255 or 14.29% from 147); Max value from RGB is 77 - color contains mainly: green. Hex color #314D15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #314D15 is #CEB2EA. Grayscale: #3E3E3E. Windows color (decimal): -13546219 or 1396017. OLE color: 1396017.

HSL color Cylindrical-coordinate representation of color #314D15: hue angle of 90º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #314D15 is Cyan = 0.36, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.70.

Color convert

RGB 49 77 21 -
CMYK 0.36 0 0.73 0.70
HSL 90º 0.57% 0.19% -
HSV(B) 90º 0.73% 0.3% -
XYZ 4.06 6.01 1.66 -
YUV 62.24 104.72 118.55 -
System Red Green Blue C M Y K H S L
Decimal 49 77 21 0.36 0 0.73 0.70 90 0.57 0.19
Hex 31 4D 15 24 0 49 46 5A 39 13
Octal 61 115 25 44 0 111 106 132 71 23
Binary 110001 1001101 10101 100100 0 1001001 1000110 1011010 111001 10011

Color Harmonies of #314D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314D15

Black with #314D15

Text Example


Text Example

White with #314D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314D15; }

 p { color: rgb(49,77,21); }

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

background-color css

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

 a { background-color: rgb(49,77,21); }

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

border-color css

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

 span { border-color: rgb(49,77,21); }

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