#486C2D

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

Shades of Dell #486C2D

Tints of Dell #486C2D

Color information

#486C2D (or 0x486C2D) is unknown color: approx Dell. HEX triplet: 48, 6C and 2D. RGB value is (72,108,45). Sum of RGB (Red+Green+Blue) = 72+108+45=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 108 (42.58% from 255 or 48% from 225); Blue value is 45 (17.97% from 255 or 20% from 225); Max value from RGB is 108 - color contains mainly: green. Hex color #486C2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486C2D is #B793D2. Grayscale: #5A5A5A. Windows color (decimal): -12030931 or 2976840. OLE color: 2976840.

HSL color Cylindrical-coordinate representation of color #486C2D: hue angle of 94.29º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #486C2D is Cyan = 0.33, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.58.

Color convert

RGB7210845-
CMYK0.3300.580.58
HSL94.29º41.18%30%-
HSV(B)94.29º58.33%42.35%-
XYZ8.5112.294.41-
YUV90.05102.57115.12-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32%
GREEN value IS 108 (42.58% from 255) = 48%
BLUE value IS 45 (17.97% from 255) = 20%
R=32%
G=48%
B=20%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal72108450.3300.580.5894.2941.1830
Hex486C2D2103A3A5e291e
Octal1101545541072721365136
Binary100100011011001011011000010111010111010101111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,108,45); }

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

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

 a { background-color: rgb(72,108,45); }

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

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

 span { border-color: rgb(72,108,45); }

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