#486336

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

Shades of Dell #486336

Tints of Dell #486336

Color information

#486336 (or 0x486336) is unknown color: approx Dell. HEX triplet: 48, 63 and 36. RGB value is (72,99,54). Sum of RGB (Red+Green+Blue) = 72+99+54=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 99 (39.06% from 255 or 44% from 225); Blue value is 54 (21.48% from 255 or 24% from 225); Max value from RGB is 99 - color contains mainly: green. Hex color #486336 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486336 is #B79CC9. Grayscale: #555555. Windows color (decimal): -12033226 or 3564360. OLE color: 3564360.

HSL color Cylindrical-coordinate representation of color #486336: hue angle of 96º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #486336 is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.61.

Color convert

RGB729954-
CMYK0.2700.450.61
HSL96º29.41%30%-
HSV(B)96º45.45%38.82%-
XYZ7.810.575.12-
YUV85.8110.05118.16-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32%
GREEN value IS 99 (39.06% from 255) = 44%
BLUE value IS 54 (21.48% from 255) = 24%
R=32%
G=44%
B=24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7299540.2700.450.619629.4130
Hex4863361B02D3D601d1e
Octal1101436633055751403536
Binary1001000110001111011011011010110111110111000001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486336; }

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

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

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

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

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

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

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

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