Html Css Color HEX #314B14 Seaweed

📋 copy color: '#314B14'

red 49 ◦ green 75 ◦ blue 20

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

Shades of Seaweed #314B14

Tints of Seaweed #314B14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 13.89%

R = 34.03%
G = 52.08%
B = 13.89%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.73

 K value IS 0.71

RGB Variations

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

Color information

#314B14 (or 0x314B14) is known color: Seaweed. HEX triplet: 31, 4B and 14. RGB value is (49,75,20). Sum of RGB (Red+Green+Blue) = 49+75+20=144 (19% of max value = 765). Red value is 49 (19.53% from 255 or 34.03% from 144); Green value is 75 (29.69% from 255 or 52.08% from 144); Blue value is 20 (8.20% from 255 or 13.89% from 144); Max value from RGB is 75 - color contains mainly: green. Hex color #314B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314B14 is #CEB4EB. Grayscale: #3D3D3D. Windows color (decimal): -13546732 or 1329969. OLE color: 1329969.

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

Color convert

RGB 49 75 20 -
CMYK 0.35 0 0.73 0.71
HSL 88.36º 0.58% 0.19% -
HSV(B) 88.36º 0.73% 0.29% -
XYZ 3.91 5.74 1.56 -
YUV 60.96 104.89 119.47 -
System Red Green Blue C M Y K H S L
Decimal 49 75 20 0.35 0 0.73 0.71 88.36 0.58 0.19
Hex 31 4B 14 23 0 49 47 58 3A 13
Octal 61 113 24 43 0 111 107 130 72 23
Binary 110001 1001011 10100 100011 0 1001001 1000111 1011000 111010 10011

Color Harmonies of #314B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314B14

Black with #314B14

Text Example


Text Example

White with #314B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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