#486337

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

Shades of Dell #486337

Tints of Dell #486337

Color information

#486337 (or 0x486337) is unknown color: approx Dell. HEX triplet: 48, 63 and 37. RGB value is (72,99,55). Sum of RGB (Red+Green+Blue) = 72+99+55=226 (29% of max value = 765). Red value is 72 (28.52% from 255 or 31.86% from 226); Green value is 99 (39.06% from 255 or 43.81% from 226); Blue value is 55 (21.88% from 255 or 24.34% from 226); Max value from RGB is 99 - color contains mainly: green. Hex color #486337 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486337 is #B79CC8. Grayscale: #565656. Windows color (decimal): -12033225 or 3629896. OLE color: 3629896.

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

Color convert

RGB729955-
CMYK0.2700.440.61
HSL96.82º28.57%30.2%-
HSV(B)96.82º44.44%38.82%-
XYZ7.8210.585.24-
YUV85.91110.55118.08-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.86%
GREEN value IS 99 (39.06% from 255) = 43.81%
BLUE value IS 55 (21.88% from 255) = 24.34%
R=31.86%
G=43.81%
B=24.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7299550.2700.440.6196.8228.5730.2
Hex4863371B02C3D611d1e
Octal1101436733054751413536
Binary1001000110001111011111011010110011110111000011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486337; }

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

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

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

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

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

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

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

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