#486237

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

Shades of Dell #486237

Tints of Dell #486237

Color information

#486237 (or 0x486237) is unknown color: approx Dell. HEX triplet: 48, 62 and 37. RGB value is (72,98,55). Sum of RGB (Red+Green+Blue) = 72+98+55=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 98 (38.67% from 255 or 43.56% from 225); Blue value is 55 (21.88% from 255 or 24.44% from 225); Max value from RGB is 98 - color contains mainly: green. Hex color #486237 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486237 is #B79DC8. Grayscale: #555555. Windows color (decimal): -12033481 or 3629640. OLE color: 3629640.

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

Color convert

RGB729855-
CMYK0.2700.440.62
HSL96.28º28.1%30%-
HSV(B)96.28º43.88%38.43%-
XYZ7.7310.395.21-
YUV85.32110.89118.5-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32%
GREEN value IS 98 (38.67% from 255) = 43.56%
BLUE value IS 55 (21.88% from 255) = 24.44%
R=32%
G=43.56%
B=24.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7298550.2700.440.6296.2828.130
Hex4862371B02C3E601c1e
Octal1101426733054761403436
Binary1001000110001011011111011010110011111011000001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486237; }

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

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

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

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

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

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

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

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