#48602B

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

Shades of Dell #48602B

Tints of Dell #48602B

Color information

#48602B (or 0x48602B) is unknown color: approx Dell. HEX triplet: 48, 60 and 2B. RGB value is (72,96,43). Sum of RGB (Red+Green+Blue) = 72+96+43=211 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.12% from 211); Green value is 96 (37.89% from 255 or 45.50% from 211); Blue value is 43 (17.19% from 255 or 20.38% from 211); Max value from RGB is 96 - color contains mainly: green. Hex color #48602B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48602B is #B79FD4. Grayscale: #525252. Windows color (decimal): -12034005 or 2842696. OLE color: 2842696.

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

Color convert

RGB729643-
CMYK0.2500.550.62
HSL87.17º38.13%27.25%-
HSV(B)87.17º55.21%37.65%-
XYZ7.299.923.82-
YUV82.78105.55120.31-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.12%
GREEN value IS 96 (37.89% from 255) = 45.50%
BLUE value IS 43 (17.19% from 255) = 20.38%
R=34.12%
G=45.50%
B=20.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7296430.2500.550.6287.1738.1327.25
Hex48602B190373E57261b
Octal1101405331067761274633
Binary10010001100000101011110010110111111110101011110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48602B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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