Html Css Color HEX #314B16 Seaweed

📋 copy color: '#314B16'

red 49 ◦ green 75 ◦ blue 22

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

Shades of Seaweed #314B16

Tints of Seaweed #314B16

RGB

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

 GREEN value IS 75 (29.69% from 255) = 51.37%

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

R = 33.56%
G = 51.37%
B = 15.07%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.71

 K value IS 0.71

RGB Variations

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

Color information

#314B16 (or 0x314B16) is known color: Seaweed. HEX triplet: 31, 4B and 16. RGB value is (49,75,22). Sum of RGB (Red+Green+Blue) = 49+75+22=146 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.56% from 146); Green value is 75 (29.69% from 255 or 51.37% from 146); Blue value is 22 (8.98% from 255 or 15.07% from 146); Max value from RGB is 75 - color contains mainly: green. Hex color #314B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314B16 is #CEB4E9. Grayscale: #3D3D3D. Windows color (decimal): -13546730 or 1461041. OLE color: 1461041.

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

Color convert

RGB 49 75 22 -
CMYK 0.35 0 0.71 0.71
HSL 89.43º 0.55% 0.19% -
HSV(B) 89.43º 0.71% 0.29% -
XYZ 3.93 5.74 1.66 -
YUV 61.18 105.89 119.31 -
System Red Green Blue C M Y K H S L
Decimal 49 75 22 0.35 0 0.71 0.71 89.43 0.55 0.19
Hex 31 4B 16 23 0 47 47 59 37 13
Octal 61 113 26 43 0 107 107 131 67 23
Binary 110001 1001011 10110 100011 0 1000111 1000111 1011001 110111 10011

Color Harmonies of #314B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314B16

Black with #314B16

Text Example


Text Example

White with #314B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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