#486732

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

Shades of Dell #486732

Tints of Dell #486732

Color information

#486732 (or 0x486732) is unknown color: approx Dell. HEX triplet: 48, 67 and 32. RGB value is (72,103,50). Sum of RGB (Red+Green+Blue) = 72+103+50=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 103 (40.62% from 255 or 45.78% from 225); Blue value is 50 (19.92% from 255 or 22.22% from 225); Max value from RGB is 103 - color contains mainly: green. Hex color #486732 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486732 is #B798CD. Grayscale: #575757. Windows color (decimal): -12032206 or 3303240. OLE color: 3303240.

HSL color Cylindrical-coordinate representation of color #486732: hue angle of 95.09º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #486732 is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.60.

Color convert

RGB7210350-
CMYK0.3000.510.60
HSL95.09º34.64%30%-
HSV(B)95.09º51.46%40.39%-
XYZ8.111.314.77-
YUV87.69106.73116.81-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32%
GREEN value IS 103 (40.62% from 255) = 45.78%
BLUE value IS 50 (19.92% from 255) = 22.22%
R=32%
G=45.78%
B=22.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal72103500.3000.510.6095.0934.6430
Hex4867321E0333C5f231e
Octal1101476236063741374336
Binary10010001100111110010111100110011111100101111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486732; }

 p { color: rgb(72,103,50); }

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

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

 a { background-color: rgb(72,103,50); }

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

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

 span { border-color: rgb(72,103,50); }

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