#486731

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

Shades of Dell #486731

Tints of Dell #486731

Color information

#486731 (or 0x486731) is unknown color: approx Dell. HEX triplet: 48, 67 and 31. RGB value is (72,103,49). Sum of RGB (Red+Green+Blue) = 72+103+49=224 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.14% from 224); Green value is 103 (40.62% from 255 or 45.98% from 224); Blue value is 49 (19.53% from 255 or 21.88% from 224); Max value from RGB is 103 - color contains mainly: green. Hex color #486731 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486731 is #B798CE. Grayscale: #575757. Windows color (decimal): -12032207 or 3237704. OLE color: 3237704.

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

Color convert

RGB7210349-
CMYK0.3000.520.60
HSL94.44º35.53%29.8%-
HSV(B)94.44º52.43%40.39%-
XYZ8.0811.34.66-
YUV87.58106.23116.89-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.14%
GREEN value IS 103 (40.62% from 255) = 45.98%
BLUE value IS 49 (19.53% from 255) = 21.88%
R=32.14%
G=45.98%
B=21.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal72103490.3000.520.6094.4435.5329.8
Hex4867311E0343C5e241e
Octal1101476136064741364436
Binary10010001100111110001111100110100111100101111010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486731; }

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

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

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

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

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

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

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

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