Html Css Color HEX #314519 Seaweed

📋 copy color: '#314519'

red 49 ◦ green 69 ◦ blue 25

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

Shades of Seaweed #314519

Tints of Seaweed #314519

RGB

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

 GREEN value IS 69 (27.34% from 255) = 48.25%

 BLUE value IS 25 (10.16% from 255) = 17.48%

R = 34.27%
G = 48.25%
B = 17.48%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.64

 K value IS 0.73

RGB Variations

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

Color information

#314519 (or 0x314519) is known color: Seaweed. HEX triplet: 31, 45 and 19. RGB value is (49,69,25). Sum of RGB (Red+Green+Blue) = 49+69+25=143 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.27% from 143); Green value is 69 (27.34% from 255 or 48.25% from 143); Blue value is 25 (10.16% from 255 or 17.48% from 143); Max value from RGB is 69 - color contains mainly: green. Hex color #314519 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314519 is #CEBAE6. Grayscale: #3A3A3A. Windows color (decimal): -13548263 or 1656113. OLE color: 1656113.

HSL color Cylindrical-coordinate representation of color #314519: hue angle of 87.27º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #314519 is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.73.

Color convert

RGB 49 69 25 -
CMYK 0.29 0 0.64 0.73
HSL 87.27º 0.47% 0.18% -
HSV(B) 87.27º 0.64% 0.27% -
XYZ 3.57 4.98 1.69 -
YUV 58 109.37 121.58 -
System Red Green Blue C M Y K H S L
Decimal 49 69 25 0.29 0 0.64 0.73 87.27 0.47 0.18
Hex 31 45 19 1D 0 40 49 57 2F 12
Octal 61 105 31 35 0 100 111 127 57 22
Binary 110001 1000101 11001 11101 0 1000000 1001001 1010111 101111 10010

Color Harmonies of #314519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314519

Black with #314519

Text Example


Text Example

White with #314519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314519; }

 p { color: rgb(49,69,25); }

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

background-color css

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

 a { background-color: rgb(49,69,25); }

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

border-color css

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

 span { border-color: rgb(49,69,25); }

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