Html Css Color HEX #314C16 Seaweed

📋 copy color: '#314C16'

red 49 ◦ green 76 ◦ blue 22

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

Shades of Seaweed #314C16

Tints of Seaweed #314C16

RGB

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

 GREEN value IS 76 (30.08% from 255) = 51.7%

 BLUE value IS 22 (8.98% from 255) = 14.97%

R = 33.33%
G = 51.7%
B = 14.97%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.71

 K value IS 0.70

RGB Variations

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

Color information

#314C16 (or 0x314C16) is known color: Seaweed. HEX triplet: 31, 4C and 16. RGB value is (49,76,22). Sum of RGB (Red+Green+Blue) = 49+76+22=147 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.33% from 147); Green value is 76 (30.08% from 255 or 51.70% from 147); Blue value is 22 (8.98% from 255 or 14.97% from 147); Max value from RGB is 76 - color contains mainly: green. Hex color #314C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314C16 is #CEB3E9. Grayscale: #3D3D3D. Windows color (decimal): -13546474 or 1461297. OLE color: 1461297.

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

Color convert

RGB 49 76 22 -
CMYK 0.36 0 0.71 0.70
HSL 90º 0.55% 0.19% -
HSV(B) 90º 0.71% 0.3% -
XYZ 4 5.88 1.68 -
YUV 61.77 105.55 118.89 -
System Red Green Blue C M Y K H S L
Decimal 49 76 22 0.36 0 0.71 0.70 90 0.55 0.19
Hex 31 4C 16 24 0 47 46 5A 37 13
Octal 61 114 26 44 0 107 106 132 67 23
Binary 110001 1001100 10110 100100 0 1000111 1000110 1011010 110111 10011

Color Harmonies of #314C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314C16

Black with #314C16

Text Example


Text Example

White with #314C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,76,22); }

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

background-color css

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

 a { background-color: rgb(49,76,22); }

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

border-color css

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

 span { border-color: rgb(49,76,22); }

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