#486F35

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

Shades of Dell #486F35

Tints of Dell #486F35

Color information

#486F35 (or 0x486F35) is unknown color: approx Dell. HEX triplet: 48, 6F and 35. RGB value is (72,111,53). Sum of RGB (Red+Green+Blue) = 72+111+53=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 111 (43.75% from 255 or 47.03% from 236); Blue value is 53 (21.09% from 255 or 22.46% from 236); Max value from RGB is 111 - color contains mainly: green. Hex color #486F35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486F35 is #B790CA. Grayscale: #5C5C5C. Windows color (decimal): -12030155 or 3501896. OLE color: 3501896.

HSL color Cylindrical-coordinate representation of color #486F35: hue angle of 100.34º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #486F35 is Cyan = 0.35, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.56.

Color convert

RGB7211153-
CMYK0.3500.520.56
HSL100.34º35.37%32.16%-
HSV(B)100.34º52.25%43.53%-
XYZ9135.4-
YUV92.73105.58113.22-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.51%
GREEN value IS 111 (43.75% from 255) = 47.03%
BLUE value IS 53 (21.09% from 255) = 22.46%
R=30.51%
G=47.03%
B=22.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72111530.3500.520.56100.3435.3732.16
Hex486F352303438642320
Octal1101576543064701444340
Binary1001000110111111010110001101101001110001100100100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,111,53); }

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

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

 a { background-color: rgb(72,111,53); }

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

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

 span { border-color: rgb(72,111,53); }

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