#486728

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

Shades of Dell #486728

Tints of Dell #486728

Color information

#486728 (or 0x486728) is unknown color: approx Dell. HEX triplet: 48, 67 and 28. RGB value is (72,103,40). Sum of RGB (Red+Green+Blue) = 72+103+40=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 103 (40.62% from 255 or 47.91% from 215); Blue value is 40 (16.02% from 255 or 18.60% from 215); Max value from RGB is 103 - color contains mainly: green. Hex color #486728 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486728 is #B798D7. Grayscale: #565656. Windows color (decimal): -12032216 or 2647880. OLE color: 2647880.

HSL color Cylindrical-coordinate representation of color #486728: hue angle of 89.52º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #486728 is Cyan = 0.30, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.60.

Color convert

RGB7210340-
CMYK0.3000.610.60
HSL89.52º44.06%28.04%-
HSV(B)89.52º61.17%40.39%-
XYZ7.9111.233.76-
YUV86.55101.73117.62-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.49%
GREEN value IS 103 (40.62% from 255) = 47.91%
BLUE value IS 40 (16.02% from 255) = 18.60%
R=33.49%
G=47.91%
B=18.60%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal72103400.3000.610.6089.5244.0628.04
Hex4867281E03D3C5a2c1c
Octal1101475036075741325434
Binary10010001100111101000111100111101111100101101010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486728; }

 p { color: rgb(72,103,40); }

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

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

 a { background-color: rgb(72,103,40); }

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

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

 span { border-color: rgb(72,103,40); }

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