#486B26

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

Shades of Dell #486B26

Tints of Dell #486B26

Color information

#486B26 (or 0x486B26) is unknown color: approx Dell. HEX triplet: 48, 6B and 26. RGB value is (72,107,38). Sum of RGB (Red+Green+Blue) = 72+107+38=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 107 (42.19% from 255 or 49.31% from 217); Blue value is 38 (15.23% from 255 or 17.51% from 217); Max value from RGB is 107 - color contains mainly: green. Hex color #486B26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486B26 is #B794D9. Grayscale: #585858. Windows color (decimal): -12031194 or 2517832. OLE color: 2517832.

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

Color convert

RGB7210738-
CMYK0.3300.640.58
HSL90.43º47.59%28.43%-
HSV(B)90.43º64.49%41.96%-
XYZ8.2812.033.72-
YUV88.6799.4116.11-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.18%
GREEN value IS 107 (42.19% from 255) = 49.31%
BLUE value IS 38 (15.23% from 255) = 17.51%
R=33.18%
G=49.31%
B=17.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal72107380.3300.640.5890.4347.5928.43
Hex486B26210403A5a301c
Octal11015346410100721326034
Binary1001000110101110011010000101000000111010101101011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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