#486A25

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

Shades of Dell #486A25

Tints of Dell #486A25

Color information

#486A25 (or 0x486A25) is unknown color: approx Dell. HEX triplet: 48, 6A and 25. RGB value is (72,106,37). Sum of RGB (Red+Green+Blue) = 72+106+37=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 106 (41.80% from 255 or 49.30% from 215); Blue value is 37 (14.84% from 255 or 17.21% from 215); Max value from RGB is 106 - color contains mainly: green. Hex color #486A25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486A25 is #B795DA. Grayscale: #585858. Windows color (decimal): -12031451 or 2452040. OLE color: 2452040.

HSL color Cylindrical-coordinate representation of color #486A25: hue angle of 89.57º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #486A25 is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.58.

Color convert

RGB7210637-
CMYK0.3200.650.58
HSL89.57º48.25%28.04%-
HSV(B)89.57º65.09%41.57%-
XYZ8.1611.823.6-
YUV87.9799.24116.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.49%
GREEN value IS 106 (41.80% from 255) = 49.30%
BLUE value IS 37 (14.84% from 255) = 17.21%
R=33.49%
G=49.30%
B=17.21%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal72106370.3200.650.5889.5748.2528.04
Hex486A25200413A5a301c
Octal11015245400101721326034
Binary1001000110101010010110000001000001111010101101011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486A25; }

 p { color: rgb(72,106,37); }

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

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

 a { background-color: rgb(72,106,37); }

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

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

 span { border-color: rgb(72,106,37); }

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