Html Css Color HEX #315310 Seaweed

📋 copy color: '#315310'

red 49 ◦ green 83 ◦ blue 16

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

Shades of Seaweed #315310

Tints of Seaweed #315310

RGB

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

 GREEN value IS 83 (32.81% from 255) = 56.08%

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

R = 33.11%
G = 56.08%
B = 10.81%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#315310 (or 0x315310) is known color: Seaweed. HEX triplet: 31, 53 and 10. RGB value is (49,83,16). Sum of RGB (Red+Green+Blue) = 49+83+16=148 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.11% from 148); Green value is 83 (32.81% from 255 or 56.08% from 148); Blue value is 16 (6.64% from 255 or 10.81% from 148); Max value from RGB is 83 - color contains mainly: green. Hex color #315310 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315310 is #CEACEF. Grayscale: #414141. Windows color (decimal): -13544688 or 1069873. OLE color: 1069873.

HSL color Cylindrical-coordinate representation of color #315310: hue angle of 90.45º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #315310 is Cyan = 0.41, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 83 16 -
CMYK 0.41 0 0.81 0.67
HSL 90.45º 0.68% 0.19% -
HSV(B) 90.45º 0.81% 0.33% -
XYZ 4.45 6.88 1.58 -
YUV 65.2 100.24 116.45 -
System Red Green Blue C M Y K H S L
Decimal 49 83 16 0.41 0 0.81 0.67 90.45 0.68 0.19
Hex 31 53 10 29 0 51 43 5A 44 13
Octal 61 123 20 51 0 121 103 132 104 23
Binary 110001 1010011 10000 101001 0 1010001 1000011 1011010 1000100 10011

Color Harmonies of #315310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315310

Black with #315310

Text Example


Text Example

White with #315310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315310; }

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

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

background-color css

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

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

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

border-color css

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

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

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