Html Css Color HEX #315314 Seaweed

📋 copy color: '#315314'

red 49 ◦ green 83 ◦ blue 20

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

Shades of Seaweed #315314

Tints of Seaweed #315314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 13.16%

R = 32.24%
G = 54.61%
B = 13.16%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#315314 (or 0x315314) is known color: Seaweed. HEX triplet: 31, 53 and 14. RGB value is (49,83,20). Sum of RGB (Red+Green+Blue) = 49+83+20=152 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.24% from 152); Green value is 83 (32.81% from 255 or 54.61% from 152); Blue value is 20 (8.20% from 255 or 13.16% from 152); Max value from RGB is 83 - color contains mainly: green. Hex color #315314 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315314 is #CEACEB. Grayscale: #414141. Windows color (decimal): -13544684 or 1332017. OLE color: 1332017.

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

Color convert

RGB 49 83 20 -
CMYK 0.41 0 0.76 0.67
HSL 92.38º 0.61% 0.2% -
HSV(B) 92.38º 0.76% 0.33% -
XYZ 4.49 6.89 1.76 -
YUV 65.65 102.24 116.12 -
System Red Green Blue C M Y K H S L
Decimal 49 83 20 0.41 0 0.76 0.67 92.38 0.61 0.2
Hex 31 53 14 29 0 4C 43 5C 3D 14
Octal 61 123 24 51 0 114 103 134 75 24
Binary 110001 1010011 10100 101001 0 1001100 1000011 1011100 111101 10100

Color Harmonies of #315314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315314

Black with #315314

Text Example


Text Example

White with #315314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315314; }

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

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

background-color css

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

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

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

border-color css

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

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

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