Html Css Color HEX #315215 Seaweed

📋 copy color: '#315215'

red 49 ◦ green 82 ◦ blue 21

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

Shades of Seaweed #315215

Tints of Seaweed #315215

RGB

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

 GREEN value IS 82 (32.42% from 255) = 53.95%

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

R = 32.24%
G = 53.95%
B = 13.82%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.74

 K value IS 0.68

RGB Variations

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

Color information

#315215 (or 0x315215) is known color: Seaweed. HEX triplet: 31, 52 and 15. RGB value is (49,82,21). Sum of RGB (Red+Green+Blue) = 49+82+21=152 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.24% from 152); Green value is 82 (32.42% from 255 or 53.95% from 152); Blue value is 21 (8.59% from 255 or 13.82% from 152); Max value from RGB is 82 - color contains mainly: green. Hex color #315215 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315215 is #CEADEA. Grayscale: #414141. Windows color (decimal): -13544939 or 1397297. OLE color: 1397297.

HSL color Cylindrical-coordinate representation of color #315215: hue angle of 92.46º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #315215 is Cyan = 0.40, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.68.

Color convert

RGB 49 82 21 -
CMYK 0.40 0 0.74 0.68
HSL 92.46º 0.59% 0.2% -
HSV(B) 92.46º 0.74% 0.32% -
XYZ 4.42 6.74 1.78 -
YUV 65.18 103.07 116.46 -
System Red Green Blue C M Y K H S L
Decimal 49 82 21 0.40 0 0.74 0.68 92.46 0.59 0.2
Hex 31 52 15 28 0 4A 44 5C 3B 14
Octal 61 122 25 50 0 112 104 134 73 24
Binary 110001 1010010 10101 101000 0 1001010 1000100 1011100 111011 10100

Color Harmonies of #315215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315215

Black with #315215

Text Example


Text Example

White with #315215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315215; }

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

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

background-color css

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

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

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

border-color css

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

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

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