#48682C

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

Shades of Dell #48682C

Tints of Dell #48682C

Color information

#48682C (or 0x48682C) is unknown color: approx Dell. HEX triplet: 48, 68 and 2C. RGB value is (72,104,44). Sum of RGB (Red+Green+Blue) = 72+104+44=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 104 (41.02% from 255 or 47.27% from 220); Blue value is 44 (17.58% from 255 or 20% from 220); Max value from RGB is 104 - color contains mainly: green. Hex color #48682C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48682C is #B797D3. Grayscale: #575757. Windows color (decimal): -12031956 or 2910280. OLE color: 2910280.

HSL color Cylindrical-coordinate representation of color #48682C: hue angle of 92º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #48682C is Cyan = 0.31, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.59.

Color convert

RGB7210444-
CMYK0.3100.580.59
HSL92º40.54%29.02%-
HSV(B)92º57.69%40.78%-
XYZ8.0811.464.17-
YUV87.59103.4116.88-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.73%
GREEN value IS 104 (41.02% from 255) = 47.27%
BLUE value IS 44 (17.58% from 255) = 20%
R=32.73%
G=47.27%
B=20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72104440.3100.580.599240.5429.02
Hex48682C1F03A3B5c291d
Octal1101505437072731345135
Binary10010001101000101100111110111010111011101110010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48682C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48682C; }

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

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

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

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

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

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

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

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