Html Css Color HEX #315613 Seaweed

📋 copy color: '#315613'

red 49 ◦ green 86 ◦ blue 19

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

Shades of Seaweed #315613

Tints of Seaweed #315613

RGB

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

 GREEN value IS 86 (33.98% from 255) = 55.84%

 BLUE value IS 19 (7.81% from 255) = 12.34%

R = 31.82%
G = 55.84%
B = 12.34%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#315613 (or 0x315613) is known color: Seaweed. HEX triplet: 31, 56 and 13. RGB value is (49,86,19). Sum of RGB (Red+Green+Blue) = 49+86+19=154 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.82% from 154); Green value is 86 (33.98% from 255 or 55.84% from 154); Blue value is 19 (7.81% from 255 or 12.34% from 154); Max value from RGB is 86 - color contains mainly: green. Hex color #315613 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315613 is #CEA9EC. Grayscale: #434343. Windows color (decimal): -13543917 or 1267249. OLE color: 1267249.

HSL color Cylindrical-coordinate representation of color #315613: hue angle of 93.13º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #315613 is Cyan = 0.43, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB 49 86 19 -
CMYK 0.43 0 0.78 0.66
HSL 93.13º 0.64% 0.21% -
HSV(B) 93.13º 0.78% 0.34% -
XYZ 4.71 7.36 1.79 -
YUV 67.3 100.74 114.95 -
System Red Green Blue C M Y K H S L
Decimal 49 86 19 0.43 0 0.78 0.66 93.13 0.64 0.21
Hex 31 56 13 2B 0 4E 42 5D 40 15
Octal 61 126 23 53 0 116 102 135 100 25
Binary 110001 1010110 10011 101011 0 1001110 1000010 1011101 1000000 10101

Color Harmonies of #315613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315613

Black with #315613

Text Example


Text Example

White with #315613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315613; }

 p { color: rgb(49,86,19); }

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

background-color css

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

 a { background-color: rgb(49,86,19); }

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

border-color css

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

 span { border-color: rgb(49,86,19); }

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