#486231

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

Shades of Dell #486231

Tints of Dell #486231

Color information

#486231 (or 0x486231) is unknown color: approx Dell. HEX triplet: 48, 62 and 31. RGB value is (72,98,49). Sum of RGB (Red+Green+Blue) = 72+98+49=219 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.88% from 219); Green value is 98 (38.67% from 255 or 44.75% from 219); Blue value is 49 (19.53% from 255 or 22.37% from 219); Max value from RGB is 98 - color contains mainly: green. Hex color #486231 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486231 is #B79DCE. Grayscale: #545454. Windows color (decimal): -12033487 or 3236424. OLE color: 3236424.

HSL color Cylindrical-coordinate representation of color #486231: hue angle of 91.84º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #486231 is Cyan = 0.27, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.62.

Color convert

RGB729849-
CMYK0.2700.50.62
HSL91.84º33.33%28.82%-
HSV(B)91.84º50%38.43%-
XYZ7.5910.334.5-
YUV84.64107.89118.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.88%
GREEN value IS 98 (38.67% from 255) = 44.75%
BLUE value IS 49 (19.53% from 255) = 22.37%
R=32.88%
G=44.75%
B=22.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7298490.2700.50.6291.8433.3328.82
Hex4862311B0323E5c211d
Octal1101426133062761344135
Binary10010001100010110001110110110010111110101110010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486231; }

 p { color: rgb(72,98,49); }

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

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

 a { background-color: rgb(72,98,49); }

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

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

 span { border-color: rgb(72,98,49); }

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