Html Css Color HEX #486360 River Bed

📋 copy color: '#486360'

red 72 ◦ green 99 ◦ blue 96

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

Shades of River Bed #486360

Tints of River Bed #486360

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 value IS 0.27

 M value IS 0

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#486360 (or 0x486360) is known color: 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

RGB 72 99 96 -
CMYK 0.27 0 0.03 0.61
HSL 173.33º 0.16% 0.34% -
HSV(B) 173.33º 0.27% 0.39% -
XYZ 9.25 11.15 12.73 -
YUV 90.59 131.05 114.74 -
System Red Green Blue C M Y K H S L
Decimal 72 99 96 0.27 0 0.03 0.61 173.33 0.16 0.34
Hex 48 63 60 1B 0 3 3D AD 10 22
Octal 110 143 140 33 0 3 75 255 20 42
Binary 1001000 1100011 1100000 11011 0 11 111101 10101101 10000 100010

Color Harmonies of #486360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486360

Black with #486360

Text Example


Text Example

White with #486360

Text Example


Text Example

HTML Codes & Css Web 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>