#486B2D

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

Shades of Dell #486B2D

Tints of Dell #486B2D

Color information

#486B2D (or 0x486B2D) is unknown color: approx Dell. HEX triplet: 48, 6B and 2D. RGB value is (72,107,45). Sum of RGB (Red+Green+Blue) = 72+107+45=224 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.14% from 224); Green value is 107 (42.19% from 255 or 47.77% from 224); Blue value is 45 (17.97% from 255 or 20.09% from 224); Max value from RGB is 107 - color contains mainly: green. Hex color #486B2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486B2D is #B794D2. Grayscale: #595959. Windows color (decimal): -12031187 or 2976584. OLE color: 2976584.

HSL color Cylindrical-coordinate representation of color #486B2D: hue angle of 93.87º 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 #486B2D is Cyan = 0.33, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.58.

Color convert

RGB7210745-
CMYK0.3300.580.58
HSL93.87º40.79%29.8%-
HSV(B)93.87º57.94%41.96%-
XYZ8.412.084.37-
YUV89.47102.9115.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.14%
GREEN value IS 107 (42.19% from 255) = 47.77%
BLUE value IS 45 (17.97% from 255) = 20.09%
R=32.14%
G=47.77%
B=20.09%

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
Decimal72107450.3300.580.5893.8740.7929.8
Hex486B2D2103A3A5e291e
Octal1101535541072721365136
Binary100100011010111011011000010111010111010101111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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