Html Css Color HEX #315615 Seaweed

📋 copy color: '#315615'

red 49 ◦ green 86 ◦ blue 21

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

Shades of Seaweed #315615

Tints of Seaweed #315615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 13.46%

R = 31.41%
G = 55.13%
B = 13.46%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.76

 K value IS 0.66

RGB Variations

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

Color information

#315615 (or 0x315615) is known color: Seaweed. HEX triplet: 31, 56 and 15. RGB value is (49,86,21). Sum of RGB (Red+Green+Blue) = 49+86+21=156 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.41% from 156); Green value is 86 (33.98% from 255 or 55.13% from 156); Blue value is 21 (8.59% from 255 or 13.46% from 156); Max value from RGB is 86 - color contains mainly: green. Hex color #315615 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315615 is #CEA9EA. Grayscale: #434343. Windows color (decimal): -13543915 or 1398321. OLE color: 1398321.

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

Color convert

RGB 49 86 21 -
CMYK 0.43 0 0.76 0.66
HSL 94.15º 0.61% 0.21% -
HSV(B) 94.15º 0.76% 0.34% -
XYZ 4.73 7.36 1.88 -
YUV 67.53 101.74 114.79 -
System Red Green Blue C M Y K H S L
Decimal 49 86 21 0.43 0 0.76 0.66 94.15 0.61 0.21
Hex 31 56 15 2B 0 4C 42 5E 3D 15
Octal 61 126 25 53 0 114 102 136 75 25
Binary 110001 1010110 10101 101011 0 1001100 1000010 1011110 111101 10101

Color Harmonies of #315615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315615

Black with #315615

Text Example


Text Example

White with #315615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315615; }

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

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

background-color css

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

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

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

border-color css

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

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

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