Html Css Color HEX #315414 Seaweed

📋 copy color: '#315414'

red 49 ◦ green 84 ◦ blue 20

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

Shades of Seaweed #315414

Tints of Seaweed #315414

RGB

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

 GREEN value IS 84 (33.2% from 255) = 54.9%

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

R = 32.03%
G = 54.9%
B = 13.07%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#315414 (or 0x315414) is known color: Seaweed. HEX triplet: 31, 54 and 14. RGB value is (49,84,20). Sum of RGB (Red+Green+Blue) = 49+84+20=153 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.03% from 153); Green value is 84 (33.20% from 255 or 54.90% from 153); Blue value is 20 (8.20% from 255 or 13.07% from 153); Max value from RGB is 84 - color contains mainly: green. Hex color #315414 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315414 is #CEABEB. Grayscale: #424242. Windows color (decimal): -13544428 or 1332273. OLE color: 1332273.

HSL color Cylindrical-coordinate representation of color #315414: hue angle of 92.81º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #315414 is Cyan = 0.42, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 84 20 -
CMYK 0.42 0 0.76 0.67
HSL 92.81º 0.62% 0.2% -
HSV(B) 92.81º 0.76% 0.33% -
XYZ 4.56 7.04 1.78 -
YUV 66.24 101.9 115.7 -
System Red Green Blue C M Y K H S L
Decimal 49 84 20 0.42 0 0.76 0.67 92.81 0.62 0.2
Hex 31 54 14 2A 0 4C 43 5D 3E 14
Octal 61 124 24 52 0 114 103 135 76 24
Binary 110001 1010100 10100 101010 0 1001100 1000011 1011101 111110 10100

Color Harmonies of #315414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315414

Black with #315414

Text Example


Text Example

White with #315414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315414; }

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

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

background-color css

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

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

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

border-color css

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

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

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