#48602C

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

Shades of Dell #48602C

Tints of Dell #48602C

Color information

#48602C (or 0x48602C) is unknown color: approx Dell. HEX triplet: 48, 60 and 2C. RGB value is (72,96,44). Sum of RGB (Red+Green+Blue) = 72+96+44=212 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.96% from 212); Green value is 96 (37.89% from 255 or 45.28% from 212); Blue value is 44 (17.58% from 255 or 20.75% from 212); Max value from RGB is 96 - color contains mainly: green. Hex color #48602C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48602C is #B79FD3. Grayscale: #535353. Windows color (decimal): -12034004 or 2908232. OLE color: 2908232.

HSL color Cylindrical-coordinate representation of color #48602C: hue angle of 87.69º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #48602C is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB729644-
CMYK0.2500.540.62
HSL87.69º37.14%27.45%-
HSV(B)87.69º54.17%37.65%-
XYZ7.319.933.91-
YUV82.9106.05120.23-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.96%
GREEN value IS 96 (37.89% from 255) = 45.28%
BLUE value IS 44 (17.58% from 255) = 20.75%
R=33.96%
G=45.28%
B=20.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7296440.2500.540.6287.6937.1427.45
Hex48602C190363E58251b
Octal1101405431066761304533
Binary10010001100000101100110010110110111110101100010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48602C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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