#48633B

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

Shades of Dell #48633B

Tints of Dell #48633B

Color information

#48633B (or 0x48633B) is unknown color: approx Dell. HEX triplet: 48, 63 and 3B. RGB value is (72,99,59). Sum of RGB (Red+Green+Blue) = 72+99+59=230 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.30% from 230); Green value is 99 (39.06% from 255 or 43.04% from 230); Blue value is 59 (23.44% from 255 or 25.65% from 230); Max value from RGB is 99 - color contains mainly: green. Hex color #48633B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48633B is #B79CC4. Grayscale: #565656. Windows color (decimal): -12033221 or 3892040. OLE color: 3892040.

HSL color Cylindrical-coordinate representation of color #48633B: hue angle of 100.5º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #48633B is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.61.

Color convert

RGB729959-
CMYK0.2700.400.61
HSL100.5º25.32%30.98%-
HSV(B)100.5º40.4%38.82%-
XYZ7.9210.625.77-
YUV86.37112.55117.75-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.30%
GREEN value IS 99 (39.06% from 255) = 43.04%
BLUE value IS 59 (23.44% from 255) = 25.65%
R=31.30%
G=43.04%
B=25.65%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7299590.2700.400.61100.525.3230.98
Hex48633B1B0283D64191f
Octal1101437333050751443137
Binary1001000110001111101111011010100011110111001001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48633B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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