#48622C

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

Shades of Dell #48622C

Tints of Dell #48622C

Color information

#48622C (or 0x48622C) is unknown color: approx Dell. HEX triplet: 48, 62 and 2C. RGB value is (72,98,44). Sum of RGB (Red+Green+Blue) = 72+98+44=214 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.64% from 214); Green value is 98 (38.67% from 255 or 45.79% from 214); Blue value is 44 (17.58% from 255 or 20.56% from 214); Max value from RGB is 98 - color contains mainly: green. Hex color #48622C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48622C is #B79DD3. Grayscale: #545454. Windows color (decimal): -12033492 or 2908744. OLE color: 2908744.

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

Color convert

RGB729844-
CMYK0.2700.550.62
HSL88.89º38.03%27.84%-
HSV(B)88.89º55.1%38.43%-
XYZ7.4910.293.97-
YUV84.07105.39119.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.64%
GREEN value IS 98 (38.67% from 255) = 45.79%
BLUE value IS 44 (17.58% from 255) = 20.56%
R=33.64%
G=45.79%
B=20.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7298440.2700.550.6288.8938.0327.84
Hex48622C1B0373E59261c
Octal1101425433067761314634
Binary10010001100010101100110110110111111110101100110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48622C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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