#48632F

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

Shades of Dell #48632F

Tints of Dell #48632F

Color information

#48632F (or 0x48632F) is unknown color: approx Dell. HEX triplet: 48, 63 and 2F. RGB value is (72,99,47). Sum of RGB (Red+Green+Blue) = 72+99+47=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 99 (39.06% from 255 or 45.41% from 218); Blue value is 47 (18.75% from 255 or 21.56% from 218); Max value from RGB is 99 - color contains mainly: green. Hex color #48632F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48632F is #B79CD0. Grayscale: #555555. Windows color (decimal): -12033233 or 3105608. OLE color: 3105608.

HSL color Cylindrical-coordinate representation of color #48632F: hue angle of 91.15º 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 #48632F is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.61.

Color convert

RGB729947-
CMYK0.2700.530.61
HSL91.15º35.62%28.63%-
HSV(B)91.15º52.53%38.82%-
XYZ7.6510.514.31-
YUV85106.55118.73-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.03%
GREEN value IS 99 (39.06% from 255) = 45.41%
BLUE value IS 47 (18.75% from 255) = 21.56%
R=33.03%
G=45.41%
B=21.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7299470.2700.530.6191.1535.6228.63
Hex48632F1B0353D5b241d
Octal1101435733065751334435
Binary10010001100011101111110110110101111101101101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48632F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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