#486631

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

Shades of Dell #486631

Tints of Dell #486631

Color information

#486631 (or 0x486631) is unknown color: approx Dell. HEX triplet: 48, 66 and 31. RGB value is (72,102,49). Sum of RGB (Red+Green+Blue) = 72+102+49=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 102 (40.23% from 255 or 45.74% from 223); Blue value is 49 (19.53% from 255 or 21.97% from 223); Max value from RGB is 102 - color contains mainly: green. Hex color #486631 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486631 is #B799CE. Grayscale: #575757. Windows color (decimal): -12032463 or 3237448. OLE color: 3237448.

HSL color Cylindrical-coordinate representation of color #486631: hue angle of 93.96º degrees, saturation: 0.35, 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 #486631 is Cyan = 0.29, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.6.

Color convert

RGB7210249-
CMYK0.2900.520.6
HSL93.96º35.1%29.61%-
HSV(B)93.96º51.96%40%-
XYZ7.9811.14.63-
YUV86.99106.56117.31-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.29%
GREEN value IS 102 (40.23% from 255) = 45.74%
BLUE value IS 49 (19.53% from 255) = 21.97%
R=32.29%
G=45.74%
B=21.97%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal72102490.2900.520.693.9635.129.61
Hex4866311D0343C5e231e
Octal1101466135064741364336
Binary10010001100110110001111010110100111100101111010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486631; }

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

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

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

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

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

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

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

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