Html Css Color HEX #314518 Seaweed

📋 copy color: '#314518'

red 49 ◦ green 69 ◦ blue 24

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

Shades of Seaweed #314518

Tints of Seaweed #314518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 16.9%

R = 34.51%
G = 48.59%
B = 16.9%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.65

 K value IS 0.73

RGB Variations

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

Color information

#314518 (or 0x314518) is known color: Seaweed. HEX triplet: 31, 45 and 18. RGB value is (49,69,24). Sum of RGB (Red+Green+Blue) = 49+69+24=142 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.51% from 142); Green value is 69 (27.34% from 255 or 48.59% from 142); Blue value is 24 (9.77% from 255 or 16.90% from 142); Max value from RGB is 69 - color contains mainly: green. Hex color #314518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314518 is #CEBAE7. Grayscale: #3A3A3A. Windows color (decimal): -13548264 or 1590577. OLE color: 1590577.

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

Color convert

RGB 49 69 24 -
CMYK 0.29 0 0.65 0.73
HSL 86.67º 0.48% 0.18% -
HSV(B) 86.67º 0.65% 0.27% -
XYZ 3.56 4.98 1.64 -
YUV 57.89 108.87 121.66 -
System Red Green Blue C M Y K H S L
Decimal 49 69 24 0.29 0 0.65 0.73 86.67 0.48 0.18
Hex 31 45 18 1D 0 41 49 57 30 12
Octal 61 105 30 35 0 101 111 127 60 22
Binary 110001 1000101 11000 11101 0 1000001 1001001 1010111 110000 10010

Color Harmonies of #314518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314518

Black with #314518

Text Example


Text Example

White with #314518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314518; }

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

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

background-color css

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

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

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

border-color css

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

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

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