#486739

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

Shades of Dell #486739

Tints of Dell #486739

Color information

#486739 (or 0x486739) is unknown color: approx Dell. HEX triplet: 48, 67 and 39. RGB value is (72,103,57). Sum of RGB (Red+Green+Blue) = 72+103+57=232 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.03% from 232); Green value is 103 (40.62% from 255 or 44.40% from 232); Blue value is 57 (22.66% from 255 or 24.57% from 232); Max value from RGB is 103 - color contains mainly: green. Hex color #486739 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486739 is #B798C6. Grayscale: #585858. Windows color (decimal): -12032199 or 3761992. OLE color: 3761992.

HSL color Cylindrical-coordinate representation of color #486739: hue angle of 100.43º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #486739 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.60.

Color convert

RGB7210357-
CMYK0.3000.450.60
HSL100.43º28.75%31.37%-
HSV(B)100.43º44.66%40.39%-
XYZ8.2611.375.63-
YUV88.49110.23116.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.03%
GREEN value IS 103 (40.62% from 255) = 44.40%
BLUE value IS 57 (22.66% from 255) = 24.57%
R=31.03%
G=44.40%
B=24.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal72103570.3000.450.60100.4328.7531.37
Hex4867391E02D3C641d1f
Octal1101477136055741443537
Binary1001000110011111100111110010110111110011001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486739; }

 p { color: rgb(72,103,57); }

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

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

 a { background-color: rgb(72,103,57); }

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

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

 span { border-color: rgb(72,103,57); }

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