#48752A

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

Shades of Dell #48752A

Tints of Dell #48752A

Color information

#48752A (or 0x48752A) is unknown color: approx Dell. HEX triplet: 48, 75 and 2A. RGB value is (72,117,42). Sum of RGB (Red+Green+Blue) = 72+117+42=231 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.17% from 231); Green value is 117 (46.09% from 255 or 50.65% from 231); Blue value is 42 (16.80% from 255 or 18.18% from 231); Max value from RGB is 117 - color contains mainly: green. Hex color #48752A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48752A is #B78AD5. Grayscale: #5F5F5F. Windows color (decimal): -12028630 or 2782536. OLE color: 2782536.

HSL color Cylindrical-coordinate representation of color #48752A: hue angle of 96º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48752A is Cyan = 0.38, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB7211742-
CMYK0.3800.640.54
HSL96º47.17%31.18%-
HSV(B)96º64.1%45.88%-
XYZ9.4514.274.45-
YUV94.9998.09111.6-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.17%
GREEN value IS 117 (46.09% from 255) = 50.65%
BLUE value IS 42 (16.80% from 255) = 18.18%
R=31.17%
G=50.65%
B=18.18%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72117420.3800.640.549647.1731.18
Hex48752A2604036602f1f
Octal11016552460100661405737
Binary1001000111010110101010011001000000110110110000010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48752A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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