#486E2C

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

Shades of Dell #486E2C

Tints of Dell #486E2C

Color information

#486E2C (or 0x486E2C) is unknown color: approx Dell. HEX triplet: 48, 6E and 2C. RGB value is (72,110,44). Sum of RGB (Red+Green+Blue) = 72+110+44=226 (29% of max value = 765). Red value is 72 (28.52% from 255 or 31.86% from 226); Green value is 110 (43.36% from 255 or 48.67% from 226); Blue value is 44 (17.58% from 255 or 19.47% from 226); Max value from RGB is 110 - color contains mainly: green. Hex color #486E2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486E2C is #B791D3. Grayscale: #5B5B5B. Windows color (decimal): -12030420 or 2911816. OLE color: 2911816.

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

Color convert

RGB7211044-
CMYK0.3500.60.57
HSL94.55º42.86%30.2%-
HSV(B)94.55º60%43.14%-
XYZ8.712.714.38-
YUV91.11101.41114.37-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.86%
GREEN value IS 110 (43.36% from 255) = 48.67%
BLUE value IS 44 (17.58% from 255) = 19.47%
R=31.86%
G=48.67%
B=19.47%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal72110440.3500.60.5794.5542.8630.2
Hex486E2C2303C395f2b1e
Octal1101565443074711375336
Binary100100011011101011001000110111100111001101111110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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