#486B38

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

Shades of Dell #486B38

Tints of Dell #486B38

Color information

#486B38 (or 0x486B38) is unknown color: approx Dell. HEX triplet: 48, 6B and 38. RGB value is (72,107,56). Sum of RGB (Red+Green+Blue) = 72+107+56=235 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.64% from 235); Green value is 107 (42.19% from 255 or 45.53% from 235); Blue value is 56 (22.27% from 255 or 23.83% from 235); Max value from RGB is 107 - color contains mainly: green. Hex color #486B38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486B38 is #B794C7. Grayscale: #5A5A5A. Windows color (decimal): -12031176 or 3697480. OLE color: 3697480.

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

Color convert

RGB7210756-
CMYK0.3300.480.58
HSL101.18º31.29%31.96%-
HSV(B)101.18º47.66%41.96%-
XYZ8.6412.185.64-
YUV90.72108.4114.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.64%
GREEN value IS 107 (42.19% from 255) = 45.53%
BLUE value IS 56 (22.27% from 255) = 23.83%
R=30.64%
G=45.53%
B=23.83%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal72107560.3300.480.58101.1831.2931.96
Hex486B38210303A651f20
Octal1101537041060721453740
Binary100100011010111110001000010110000111010110010111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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