#315017

Color #315017 Seaweed (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seaweed #315017

Tints of Seaweed #315017

Color information

#315017 (or 0x315017) is unknown color: approx Seaweed. HEX triplet: 31, 50 and 17. RGB value is (49,80,23). Sum of RGB (Red+Green+Blue) = 49+80+23=152 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.24% from 152); Green value is 80 (31.64% from 255 or 52.63% from 152); Blue value is 23 (9.38% from 255 or 15.13% from 152); Max value from RGB is 80 - color contains mainly: green. Hex color #315017 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315017 is #CEAFE8. Grayscale: #404040. Windows color (decimal): -13545449 or 1527857. OLE color: 1527857.

HSL color Cylindrical-coordinate representation of color #315017: hue angle of 92.63º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #315017 is Cyan = 0.39, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.69.

Color convert

RGB498023-
CMYK0.3900.710.69
HSL92.63º55.34%20.2%-
HSV(B)92.63º71.25%31.37%-
XYZ4.296.451.83-
YUV64.23104.73117.13-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.24%
GREEN value IS 80 (31.64% from 255) = 52.63%
BLUE value IS 23 (9.38% from 255) = 15.13%
R=32.24%
G=52.63%
B=15.13%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4980230.3900.710.6992.6355.3420.2
Hex31501727047455d3714
Octal61120274701071051356724
Binary110001101000010111100111010001111000101101110111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315017; }

 p { color: rgb(49,80,23); }

 H1.HeaderClassName
 {
   color: #315017;
 }
 .AnyTagClassName
 {
   color: #315017;
 }
</style>
background-color css

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

 a { background-color: rgb(49,80,23); }

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

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

 span { border-color: rgb(49,80,23); }

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