#406F1E

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

Shades of Dell #406F1E

Tints of Dell #406F1E

Color information

#406F1E (or 0x406F1E) is unknown color: approx Dell. HEX triplet: 40, 6F and 1E. RGB value is (64,111,30). Sum of RGB (Red+Green+Blue) = 64+111+30=205 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.22% from 205); Green value is 111 (43.75% from 255 or 54.15% from 205); Blue value is 30 (12.11% from 255 or 14.63% from 205); Max value from RGB is 111 - color contains mainly: green. Hex color #406F1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406F1E is #BF90E1. Grayscale: #575757. Windows color (decimal): -12554466 or 1994560. OLE color: 1994560.

HSL color Cylindrical-coordinate representation of color #406F1E: hue angle of 94.81º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #406F1E is Cyan = 0.42, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB6411130-
CMYK0.4200.730.56
HSL94.81º57.45%27.65%-
HSV(B)94.81º72.97%43.53%-
XYZ8.0312.553.23-
YUV87.7195.43111.09-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.22%
GREEN value IS 111 (43.75% from 255) = 54.15%
BLUE value IS 30 (12.11% from 255) = 14.63%
R=31.22%
G=54.15%
B=14.63%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64111300.4200.730.5694.8157.4527.65
Hex406F1E2A049385f391c
Octal10015736520111701377134
Binary100000011011111111010101001001001111000101111111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406F1E; }

 p { color: rgb(64,111,30); }

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

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

 a { background-color: rgb(64,111,30); }

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

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

 span { border-color: rgb(64,111,30); }

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