Html Css Color HEX #314618 Seaweed

📋 copy color: '#314618'

red 49 ◦ green 70 ◦ blue 24

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

Shades of Seaweed #314618

Tints of Seaweed #314618

RGB

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

 GREEN value IS 70 (27.73% from 255) = 48.95%

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

R = 34.27%
G = 48.95%
B = 16.78%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.66

 K value IS 0.73

RGB Variations

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

Color information

#314618 (or 0x314618) is known color: Seaweed. HEX triplet: 31, 46 and 18. RGB value is (49,70,24). Sum of RGB (Red+Green+Blue) = 49+70+24=143 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.27% from 143); Green value is 70 (27.73% from 255 or 48.95% from 143); Blue value is 24 (9.77% from 255 or 16.78% from 143); Max value from RGB is 70 - color contains mainly: green. Hex color #314618 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314618 is #CEB9E7. Grayscale: #3A3A3A. Windows color (decimal): -13548008 or 1590833. OLE color: 1590833.

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

Color convert

RGB 49 70 24 -
CMYK 0.30 0 0.66 0.73
HSL 87.39º 0.49% 0.18% -
HSV(B) 87.39º 0.66% 0.27% -
XYZ 3.62 5.1 1.66 -
YUV 58.48 108.54 121.24 -
System Red Green Blue C M Y K H S L
Decimal 49 70 24 0.30 0 0.66 0.73 87.39 0.49 0.18
Hex 31 46 18 1E 0 42 49 57 31 12
Octal 61 106 30 36 0 102 111 127 61 22
Binary 110001 1000110 11000 11110 0 1000010 1001001 1010111 110001 10010

Color Harmonies of #314618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314618

Black with #314618

Text Example


Text Example

White with #314618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314618; }

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

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

background-color css

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

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

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

border-color css

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

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

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