#486936

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

Shades of Dell #486936

Tints of Dell #486936

Color information

#486936 (or 0x486936) is unknown color: approx Dell. HEX triplet: 48, 69 and 36. RGB value is (72,105,54). Sum of RGB (Red+Green+Blue) = 72+105+54=231 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.17% from 231); Green value is 105 (41.41% from 255 or 45.45% from 231); Blue value is 54 (21.48% from 255 or 23.38% from 231); Max value from RGB is 105 - color contains mainly: green. Hex color #486936 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486936 is #B796C9. Grayscale: #595959. Windows color (decimal): -12031690 or 3565896. OLE color: 3565896.

HSL color Cylindrical-coordinate representation of color #486936: hue angle of 98.82º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #486936 is Cyan = 0.31, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.59.

Color convert

RGB7210554-
CMYK0.3100.490.59
HSL98.82º32.08%31.18%-
HSV(B)98.82º48.57%41.18%-
XYZ8.3911.755.32-
YUV89.32108.07115.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.17%
GREEN value IS 105 (41.41% from 255) = 45.45%
BLUE value IS 54 (21.48% from 255) = 23.38%
R=31.17%
G=45.45%
B=23.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72105540.3100.490.5998.8232.0831.18
Hex4869361F0313B63201f
Octal1101516637061731434037
Binary10010001101001110110111110110001111011110001110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486936; }

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

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

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

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

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

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

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

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