#48702A

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

Shades of Dell #48702A

Tints of Dell #48702A

Color information

#48702A (or 0x48702A) is unknown color: approx Dell. HEX triplet: 48, 70 and 2A. RGB value is (72,112,42). Sum of RGB (Red+Green+Blue) = 72+112+42=226 (29% of max value = 765). Red value is 72 (28.52% from 255 or 31.86% from 226); Green value is 112 (44.14% from 255 or 49.56% from 226); Blue value is 42 (16.80% from 255 or 18.58% from 226); Max value from RGB is 112 - color contains mainly: green. Hex color #48702A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48702A is #B78FD5. Grayscale: #5C5C5C. Windows color (decimal): -12029910 or 2781256. OLE color: 2781256.

HSL color Cylindrical-coordinate representation of color #48702A: hue angle of 94.29º 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 #48702A is Cyan = 0.36, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB7211242-
CMYK0.3600.620.56
HSL94.29º45.45%30.2%-
HSV(B)94.29º62.5%43.92%-
XYZ8.8813.134.26-
YUV92.0699.75113.69-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.86%
GREEN value IS 112 (44.14% from 255) = 49.56%
BLUE value IS 42 (16.80% from 255) = 18.58%
R=31.86%
G=49.56%
B=18.58%

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
Decimal72112420.3600.620.5694.2945.4530.2
Hex48702A2403E385e2d1e
Octal1101605244076701365536
Binary100100011100001010101001000111110111000101111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48702A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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