#486037

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

Shades of Dell #486037

Tints of Dell #486037

Color information

#486037 (or 0x486037) is unknown color: approx Dell. HEX triplet: 48, 60 and 37. RGB value is (72,96,55). Sum of RGB (Red+Green+Blue) = 72+96+55=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 96 (37.89% from 255 or 43.05% from 223); Blue value is 55 (21.88% from 255 or 24.66% from 223); Max value from RGB is 96 - color contains mainly: green. Hex color #486037 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486037 is #B79FC8. Grayscale: #545454. Windows color (decimal): -12033993 or 3629128. OLE color: 3629128.

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

Color convert

RGB729655-
CMYK0.2500.430.62
HSL95.12º27.15%29.61%-
HSV(B)95.12º42.71%37.65%-
XYZ7.5410.025.15-
YUV84.15111.55119.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.29%
GREEN value IS 96 (37.89% from 255) = 43.05%
BLUE value IS 55 (21.88% from 255) = 24.66%
R=32.29%
G=43.05%
B=24.66%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7296550.2500.430.6295.1227.1529.61
Hex4860371902B3E5f1b1e
Octal1101406731053761373336
Binary1001000110000011011111001010101111111010111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486037; }

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

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

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

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

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

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

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

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