#486A27

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

Shades of Dell #486A27

Tints of Dell #486A27

Color information

#486A27 (or 0x486A27) is unknown color: approx Dell. HEX triplet: 48, 6A and 27. RGB value is (72,106,39). Sum of RGB (Red+Green+Blue) = 72+106+39=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 106 (41.80% from 255 or 48.85% from 217); Blue value is 39 (15.62% from 255 or 17.97% from 217); Max value from RGB is 106 - color contains mainly: green. Hex color #486A27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486A27 is #B795D8. Grayscale: #585858. Windows color (decimal): -12031449 or 2583112. OLE color: 2583112.

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

Color convert

RGB7210639-
CMYK0.3200.630.58
HSL90.45º46.21%28.43%-
HSV(B)90.45º63.21%41.57%-
XYZ8.1911.833.77-
YUV88.2100.24116.45-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.18%
GREEN value IS 106 (41.80% from 255) = 48.85%
BLUE value IS 39 (15.62% from 255) = 17.97%
R=33.18%
G=48.85%
B=17.97%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal72106390.3200.630.5890.4546.2128.43
Hex486A272003F3A5a2e1c
Octal1101524740077721325634
Binary100100011010101001111000000111111111010101101010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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