#486E36

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

Shades of Dell #486E36

Tints of Dell #486E36

Color information

#486E36 (or 0x486E36) is unknown color: approx Dell. HEX triplet: 48, 6E and 36. RGB value is (72,110,54). Sum of RGB (Red+Green+Blue) = 72+110+54=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 110 (43.36% from 255 or 46.61% from 236); Blue value is 54 (21.48% from 255 or 22.88% from 236); Max value from RGB is 110 - color contains mainly: green. Hex color #486E36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486E36 is #B791C9. Grayscale: #5C5C5C. Windows color (decimal): -12030410 or 3567176. OLE color: 3567176.

HSL color Cylindrical-coordinate representation of color #486E36: hue angle of 100.71º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #486E36 is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.57.

Color convert

RGB7211054-
CMYK0.3500.510.57
HSL100.71º34.15%32.16%-
HSV(B)100.71º50.91%43.14%-
XYZ8.9112.85.49-
YUV92.25106.41113.55-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.51%
GREEN value IS 110 (43.36% from 255) = 46.61%
BLUE value IS 54 (21.48% from 255) = 22.88%
R=30.51%
G=46.61%
B=22.88%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal72110540.3500.510.57100.7134.1532.16
Hex486E362303339652220
Octal1101566643063711454240
Binary1001000110111011011010001101100111110011100101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486E36; }

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

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

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

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

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

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

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

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