#48702C

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

Shades of Dell #48702C

Tints of Dell #48702C

Color information

#48702C (or 0x48702C) is unknown color: approx Dell. HEX triplet: 48, 70 and 2C. RGB value is (72,112,44). Sum of RGB (Red+Green+Blue) = 72+112+44=228 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.58% from 228); Green value is 112 (44.14% from 255 or 49.12% from 228); Blue value is 44 (17.58% from 255 or 19.30% from 228); Max value from RGB is 112 - color contains mainly: green. Hex color #48702C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48702C is #B78FD3. Grayscale: #5C5C5C. Windows color (decimal): -12029908 or 2912328. OLE color: 2912328.

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

Color convert

RGB7211244-
CMYK0.3600.610.56
HSL95.29º43.59%30.59%-
HSV(B)95.29º60.71%43.92%-
XYZ8.9213.154.45-
YUV92.29100.75113.53-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.58%
GREEN value IS 112 (44.14% from 255) = 49.12%
BLUE value IS 44 (17.58% from 255) = 19.30%
R=31.58%
G=49.12%
B=19.30%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72112440.3600.610.5695.2943.5930.59
Hex48702C2403D385f2c1f
Octal1101605444075701375437
Binary100100011100001011001001000111101111000101111110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48702C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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