Html Css Color HEX #314918 Seaweed

📋 copy color: '#314918'

red 49 ◦ green 73 ◦ blue 24

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

Shades of Seaweed #314918

Tints of Seaweed #314918

RGB

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

 GREEN value IS 73 (28.91% from 255) = 50%

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

R = 33.56%
G = 50%
B = 16.44%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.67

 K value IS 0.71

RGB Variations

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

Color information

#314918 (or 0x314918) is known color: Seaweed. HEX triplet: 31, 49 and 18. RGB value is (49,73,24). Sum of RGB (Red+Green+Blue) = 49+73+24=146 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.56% from 146); Green value is 73 (28.91% from 255 or 50% from 146); Blue value is 24 (9.77% from 255 or 16.44% from 146); Max value from RGB is 73 - color contains mainly: green. Hex color #314918 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314918 is #CEB6E7. Grayscale: #3C3C3C. Windows color (decimal): -13547240 or 1591601. OLE color: 1591601.

HSL color Cylindrical-coordinate representation of color #314918: hue angle of 89.39º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #314918 is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.71.

Color convert

RGB 49 73 24 -
CMYK 0.33 0 0.67 0.71
HSL 89.39º 0.51% 0.19% -
HSV(B) 89.39º 0.67% 0.29% -
XYZ 3.81 5.48 1.72 -
YUV 60.24 107.55 119.98 -
System Red Green Blue C M Y K H S L
Decimal 49 73 24 0.33 0 0.67 0.71 89.39 0.51 0.19
Hex 31 49 18 21 0 43 47 59 33 13
Octal 61 111 30 41 0 103 107 131 63 23
Binary 110001 1001001 11000 100001 0 1000011 1000111 1011001 110011 10011

Color Harmonies of #314918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314918

Black with #314918

Text Example


Text Example

White with #314918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314918; }

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

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

background-color css

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

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

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

border-color css

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

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

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