#48702B

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

Shades of Dell #48702B

Tints of Dell #48702B

Color information

#48702B (or 0x48702B) is unknown color: approx Dell. HEX triplet: 48, 70 and 2B. RGB value is (72,112,43). Sum of RGB (Red+Green+Blue) = 72+112+43=227 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.72% from 227); Green value is 112 (44.14% from 255 or 49.34% from 227); Blue value is 43 (17.19% from 255 or 18.94% from 227); Max value from RGB is 112 - color contains mainly: green. Hex color #48702B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48702B is #B78FD4. Grayscale: #5C5C5C. Windows color (decimal): -12029909 or 2846792. OLE color: 2846792.

HSL color Cylindrical-coordinate representation of color #48702B: hue angle of 94.78º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48702B is Cyan = 0.36, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB7211243-
CMYK0.3600.620.56
HSL94.78º44.52%30.39%-
HSV(B)94.78º61.61%43.92%-
XYZ8.913.144.35-
YUV92.17100.25113.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.72%
GREEN value IS 112 (44.14% from 255) = 49.34%
BLUE value IS 43 (17.19% from 255) = 18.94%
R=31.72%
G=49.34%
B=18.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72112430.3600.620.5694.7844.5230.39
Hex48702B2403E385f2d1e
Octal1101605344076701375536
Binary100100011100001010111001000111110111000101111110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48702B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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