#406F1C

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

Shades of Dell #406F1C

Tints of Dell #406F1C

Color information

#406F1C (or 0x406F1C) is unknown color: approx Dell. HEX triplet: 40, 6F and 1C. RGB value is (64,111,28). Sum of RGB (Red+Green+Blue) = 64+111+28=203 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.53% from 203); Green value is 111 (43.75% from 255 or 54.68% from 203); Blue value is 28 (11.33% from 255 or 13.79% from 203); Max value from RGB is 111 - color contains mainly: green. Hex color #406F1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406F1C is #BF90E3. Grayscale: #575757. Windows color (decimal): -12554468 or 1863488. OLE color: 1863488.

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

Color convert

RGB6411128-
CMYK0.4200.750.56
HSL93.98º59.71%27.25%-
HSV(B)93.98º74.77%43.53%-
XYZ8.0112.543.1-
YUV87.4894.43111.25-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.53%
GREEN value IS 111 (43.75% from 255) = 54.68%
BLUE value IS 28 (11.33% from 255) = 13.79%
R=31.53%
G=54.68%
B=13.79%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64111280.4200.750.5693.9859.7127.25
Hex406F1C2A04B385e3c1b
Octal10015734520113701367433
Binary100000011011111110010101001001011111000101111011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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