#48712D

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

Shades of Dell #48712D

Tints of Dell #48712D

Color information

#48712D (or 0x48712D) is unknown color: approx Dell. HEX triplet: 48, 71 and 2D. RGB value is (72,113,45). Sum of RGB (Red+Green+Blue) = 72+113+45=230 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.30% from 230); Green value is 113 (44.53% from 255 or 49.13% from 230); Blue value is 45 (17.97% from 255 or 19.57% from 230); Max value from RGB is 113 - color contains mainly: green. Hex color #48712D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48712D is #B78ED2. Grayscale: #5D5D5D. Windows color (decimal): -12029651 or 2978120. OLE color: 2978120.

HSL color Cylindrical-coordinate representation of color #48712D: hue angle of 96.18º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48712D is Cyan = 0.36, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB7211345-
CMYK0.3600.600.56
HSL96.18º43.04%30.98%-
HSV(B)96.18º60.18%44.31%-
XYZ9.0513.384.59-
YUV92.99100.92113.03-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.30%
GREEN value IS 113 (44.53% from 255) = 49.13%
BLUE value IS 45 (17.97% from 255) = 19.57%
R=31.30%
G=49.13%
B=19.57%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72113450.3600.600.5696.1843.0430.98
Hex48712D2403C38602b1f
Octal1101615544074701405337
Binary100100011100011011011001000111100111000110000010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48712D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48712D; }

 p { color: rgb(72,113,45); }

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

<style>
 a { background-color: #48712D; }

 a { background-color: rgb(72,113,45); }

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

<style>
 span { border-color: #48712D; }

 span { border-color: rgb(72,113,45); }

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