#48642F

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

Shades of Dell #48642F

Tints of Dell #48642F

Color information

#48642F (or 0x48642F) is unknown color: approx Dell. HEX triplet: 48, 64 and 2F. RGB value is (72,100,47). Sum of RGB (Red+Green+Blue) = 72+100+47=219 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.88% from 219); Green value is 100 (39.45% from 255 or 45.66% from 219); Blue value is 47 (18.75% from 255 or 21.46% from 219); Max value from RGB is 100 - color contains mainly: green. Hex color #48642F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48642F is #B79BD0. Grayscale: #555555. Windows color (decimal): -12032977 or 3105864. OLE color: 3105864.

HSL color Cylindrical-coordinate representation of color #48642F: hue angle of 91.7º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #48642F is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.61.

Color convert

RGB7210047-
CMYK0.2800.530.61
HSL91.7º36.05%28.82%-
HSV(B)91.7º53%39.22%-
XYZ7.7410.74.35-
YUV85.59106.22118.31-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.88%
GREEN value IS 100 (39.45% from 255) = 45.66%
BLUE value IS 47 (18.75% from 255) = 21.46%
R=32.88%
G=45.66%
B=21.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal72100470.2800.530.6191.736.0528.82
Hex48642F1C0353D5c241d
Octal1101445734065751344435
Binary10010001100100101111111000110101111101101110010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48642F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48642F; }

 p { color: rgb(72,100,47); }

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

<style>
 a { background-color: #48642F; }

 a { background-color: rgb(72,100,47); }

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

<style>
 span { border-color: #48642F; }

 span { border-color: rgb(72,100,47); }

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