#486E2A

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

Shades of Dell #486E2A

Tints of Dell #486E2A

Color information

#486E2A (or 0x486E2A) is unknown color: approx Dell. HEX triplet: 48, 6E and 2A. RGB value is (72,110,42). Sum of RGB (Red+Green+Blue) = 72+110+42=224 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.14% from 224); Green value is 110 (43.36% from 255 or 49.11% from 224); Blue value is 42 (16.80% from 255 or 18.75% from 224); Max value from RGB is 110 - color contains mainly: green. Hex color #486E2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486E2A is #B791D5. Grayscale: #5B5B5B. Windows color (decimal): -12030422 or 2780744. OLE color: 2780744.

HSL color Cylindrical-coordinate representation of color #486E2A: hue angle of 93.53º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #486E2A is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.57.

Color convert

RGB7211042-
CMYK0.3500.620.57
HSL93.53º44.74%29.8%-
HSV(B)93.53º61.82%43.14%-
XYZ8.6712.74.18-
YUV90.89100.41114.53-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.14%
GREEN value IS 110 (43.36% from 255) = 49.11%
BLUE value IS 42 (16.80% from 255) = 18.75%
R=32.14%
G=49.11%
B=18.75%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal72110420.3500.620.5793.5344.7429.8
Hex486E2A2303E395e2d1e
Octal1101565243076711365536
Binary100100011011101010101000110111110111001101111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,110,42); }

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

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

 a { background-color: rgb(72,110,42); }

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

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

 span { border-color: rgb(72,110,42); }

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