#40601F

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

Shades of Dell #40601F

Tints of Dell #40601F

Color information

#40601F (or 0x40601F) is unknown color: approx Dell. HEX triplet: 40, 60 and 1F. RGB value is (64,96,31). Sum of RGB (Red+Green+Blue) = 64+96+31=191 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.51% from 191); Green value is 96 (37.89% from 255 or 50.26% from 191); Blue value is 31 (12.5% from 255 or 16.23% from 191); Max value from RGB is 96 - color contains mainly: green. Hex color #40601F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40601F is #BF9FE0. Grayscale: #4F4F4F. Windows color (decimal): -12558305 or 2056256. OLE color: 2056256.

HSL color Cylindrical-coordinate representation of color #40601F: hue angle of 89.54º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40601F is Cyan = 0.33, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB649631-
CMYK0.3300.680.62
HSL89.54º51.18%24.9%-
HSV(B)89.54º67.71%37.65%-
XYZ6.549.552.8-
YUV79.02100.9117.29-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.51%
GREEN value IS 96 (37.89% from 255) = 50.26%
BLUE value IS 31 (12.5% from 255) = 16.23%
R=33.51%
G=50.26%
B=16.23%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6496310.3300.680.6289.5451.1824.9
Hex40601F210443E5a3319
Octal10014037410104761326331
Binary100000011000001111110000101000100111110101101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40601F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40601F; }

 p { color: rgb(64,96,31); }

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

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

 a { background-color: rgb(64,96,31); }

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

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

 span { border-color: rgb(64,96,31); }

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