#486B2B

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

Shades of Dell #486B2B

Tints of Dell #486B2B

Color information

#486B2B (or 0x486B2B) is unknown color: approx Dell. HEX triplet: 48, 6B and 2B. RGB value is (72,107,43). Sum of RGB (Red+Green+Blue) = 72+107+43=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 107 (42.19% from 255 or 48.20% from 222); Blue value is 43 (17.19% from 255 or 19.37% from 222); Max value from RGB is 107 - color contains mainly: green. Hex color #486B2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486B2B is #B794D4. Grayscale: #595959. Windows color (decimal): -12031189 or 2845512. OLE color: 2845512.

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

Color convert

RGB7210743-
CMYK0.3300.600.58
HSL92.81º42.67%29.41%-
HSV(B)92.81º59.81%41.96%-
XYZ8.3712.074.17-
YUV89.24101.9115.7-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.43%
GREEN value IS 107 (42.19% from 255) = 48.20%
BLUE value IS 43 (17.19% from 255) = 19.37%
R=32.43%
G=48.20%
B=19.37%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal72107430.3300.600.5892.8142.6729.41
Hex486B2B2103C3A5d2b1d
Octal1101535341074721355335
Binary100100011010111010111000010111100111010101110110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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