Html Css Color HEX #315210 Seaweed

📋 copy color: '#315210'

red 49 ◦ green 82 ◦ blue 16

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

Shades of Seaweed #315210

Tints of Seaweed #315210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 10.88%

R = 33.33%
G = 55.78%
B = 10.88%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.80

 K value IS 0.68

RGB Variations

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

Color information

#315210 (or 0x315210) is known color: Seaweed. HEX triplet: 31, 52 and 10. RGB value is (49,82,16). Sum of RGB (Red+Green+Blue) = 49+82+16=147 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.33% from 147); Green value is 82 (32.42% from 255 or 55.78% from 147); Blue value is 16 (6.64% from 255 or 10.88% from 147); Max value from RGB is 82 - color contains mainly: green. Hex color #315210 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315210 is #CEADEF. Grayscale: #404040. Windows color (decimal): -13544944 or 1069617. OLE color: 1069617.

HSL color Cylindrical-coordinate representation of color #315210: hue angle of 90º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #315210 is Cyan = 0.40, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.68.

Color convert

RGB 49 82 16 -
CMYK 0.40 0 0.80 0.68
HSL 90º 0.67% 0.19% -
HSV(B) 90º 0.8% 0.32% -
XYZ 4.38 6.72 1.56 -
YUV 64.61 100.57 116.87 -
System Red Green Blue C M Y K H S L
Decimal 49 82 16 0.40 0 0.80 0.68 90 0.67 0.19
Hex 31 52 10 28 0 50 44 5A 43 13
Octal 61 122 20 50 0 120 104 132 103 23
Binary 110001 1010010 10000 101000 0 1010000 1000100 1011010 1000011 10011

Color Harmonies of #315210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315210

Black with #315210

Text Example


Text Example

White with #315210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315210; }

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

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

background-color css

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

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

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

border-color css

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

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

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