#48722B

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

Shades of Dell #48722B

Tints of Dell #48722B

Color information

#48722B (or 0x48722B) is unknown color: approx Dell. HEX triplet: 48, 72 and 2B. RGB value is (72,114,43). Sum of RGB (Red+Green+Blue) = 72+114+43=229 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.44% from 229); Green value is 114 (44.92% from 255 or 49.78% from 229); Blue value is 43 (17.19% from 255 or 18.78% from 229); Max value from RGB is 114 - color contains mainly: green. Hex color #48722B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48722B is #B78DD4. Grayscale: #5D5D5D. Windows color (decimal): -12029397 or 2847304. OLE color: 2847304.

HSL color Cylindrical-coordinate representation of color #48722B: hue angle of 95.49º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48722B is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB7211443-
CMYK0.3700.620.55
HSL95.49º45.22%30.78%-
HSV(B)95.49º62.28%44.71%-
XYZ9.1313.594.43-
YUV93.3599.59112.77-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.44%
GREEN value IS 114 (44.92% from 255) = 49.78%
BLUE value IS 43 (17.19% from 255) = 18.78%
R=31.44%
G=49.78%
B=18.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72114430.3700.620.5595.4945.2230.78
Hex48722B2503E375f2d1f
Octal1101625345076671375537
Binary100100011100101010111001010111110110111101111110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48722B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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