#48722A

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

Shades of Dell #48722A

Tints of Dell #48722A

Color information

#48722A (or 0x48722A) is unknown color: approx Dell. HEX triplet: 48, 72 and 2A. RGB value is (72,114,42). Sum of RGB (Red+Green+Blue) = 72+114+42=228 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.58% from 228); Green value is 114 (44.92% from 255 or 50% from 228); Blue value is 42 (16.80% from 255 or 18.42% from 228); Max value from RGB is 114 - color contains mainly: green. Hex color #48722A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48722A is #B78DD5. Grayscale: #5D5D5D. Windows color (decimal): -12029398 or 2781768. OLE color: 2781768.

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

Color convert

RGB7211442-
CMYK0.3700.630.55
HSL95º46.15%30.59%-
HSV(B)95º63.16%44.71%-
XYZ9.1113.584.33-
YUV93.2399.09112.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.58%
GREEN value IS 114 (44.92% from 255) = 50%
BLUE value IS 42 (16.80% from 255) = 18.42%
R=31.58%
G=50%
B=18.42%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72114420.3700.630.559546.1530.59
Hex48722A2503F375f2e1f
Octal1101625245077671375637
Binary100100011100101010101001010111111110111101111110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48722A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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