#48602E

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

Shades of Dell #48602E

Tints of Dell #48602E

Color information

#48602E (or 0x48602E) is unknown color: approx Dell. HEX triplet: 48, 60 and 2E. RGB value is (72,96,46). Sum of RGB (Red+Green+Blue) = 72+96+46=214 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.64% from 214); Green value is 96 (37.89% from 255 or 44.86% from 214); Blue value is 46 (18.36% from 255 or 21.50% from 214); Max value from RGB is 96 - color contains mainly: green. Hex color #48602E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48602E is #B79FD1. Grayscale: #535353. Windows color (decimal): -12034002 or 3039304. OLE color: 3039304.

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

Color convert

RGB729646-
CMYK0.2500.520.62
HSL88.8º35.21%27.84%-
HSV(B)88.8º52.08%37.65%-
XYZ7.359.944.12-
YUV83.12107.05120.07-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.64%
GREEN value IS 96 (37.89% from 255) = 44.86%
BLUE value IS 46 (18.36% from 255) = 21.50%
R=33.64%
G=44.86%
B=21.50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7296460.2500.520.6288.835.2127.84
Hex48602E190343E59231c
Octal1101405631064761314334
Binary10010001100000101110110010110100111110101100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48602E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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