#486360

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

Shades of River Bed #486360

Tints of River Bed #486360

Color information

#486360 (or 0x486360) is unknown color: approx River Bed. HEX triplet: 48, 63 and 60. RGB value is (72,99,96). Sum of RGB (Red+Green+Blue) = 72+99+96=267 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.97% from 267); Green value is 99 (39.06% from 255 or 37.08% from 267); Blue value is 96 (37.89% from 255 or 35.96% from 267); Max value from RGB is 99 - color contains mainly: green. Hex color #486360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486360 is #B79C9F. Grayscale: #5A5A5A. Windows color (decimal): -12033184 or 6316872. OLE color: 6316872.

HSL color Cylindrical-coordinate representation of color #486360: hue angle of 173.33º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #486360 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB729996-
CMYK0.2700.030.61
HSL173.33º15.79%33.53%-
HSV(B)173.33º27.27%38.82%-
XYZ9.2511.1512.73-
YUV90.58131.05114.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.97%
GREEN value IS 99 (39.06% from 255) = 37.08%
BLUE value IS 96 (37.89% from 255) = 35.96%
R=26.97%
G=37.08%
B=35.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7299960.2700.030.61173.3315.7933.53
Hex4863601B033Dad1022
Octal1101431403303752552042
Binary100100011000111100000110110111111011010110110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486360; }

 p { color: rgb(72,99,96); }

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

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

 a { background-color: rgb(72,99,96); }

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

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

 span { border-color: rgb(72,99,96); }

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