Html Css Color HEX #315514 Seaweed

📋 copy color: '#315514'

red 49 ◦ green 85 ◦ blue 20

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

Shades of Seaweed #315514

Tints of Seaweed #315514

RGB

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

 GREEN value IS 85 (33.59% from 255) = 55.19%

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

R = 31.82%
G = 55.19%
B = 12.99%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#315514 (or 0x315514) is known color: Seaweed. HEX triplet: 31, 55 and 14. RGB value is (49,85,20). Sum of RGB (Red+Green+Blue) = 49+85+20=154 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.82% from 154); Green value is 85 (33.59% from 255 or 55.19% from 154); Blue value is 20 (8.20% from 255 or 12.99% from 154); Max value from RGB is 85 - color contains mainly: green. Hex color #315514 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315514 is #CEAAEB. Grayscale: #434343. Windows color (decimal): -13544172 or 1332529. OLE color: 1332529.

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

Color convert

RGB 49 85 20 -
CMYK 0.42 0 0.76 0.67
HSL 93.23º 0.62% 0.21% -
HSV(B) 93.23º 0.76% 0.33% -
XYZ 4.64 7.2 1.81 -
YUV 66.83 101.57 115.29 -
System Red Green Blue C M Y K H S L
Decimal 49 85 20 0.42 0 0.76 0.67 93.23 0.62 0.21
Hex 31 55 14 2A 0 4C 43 5D 3E 15
Octal 61 125 24 52 0 114 103 135 76 25
Binary 110001 1010101 10100 101010 0 1001100 1000011 1011101 111110 10101

Color Harmonies of #315514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315514

Black with #315514

Text Example


Text Example

White with #315514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315514; }

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

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

background-color css

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

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

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

border-color css

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

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

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