#406A1A

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

Shades of Dell #406A1A

Tints of Dell #406A1A

Color information

#406A1A (or 0x406A1A) is unknown color: approx Dell. HEX triplet: 40, 6A and 1A. RGB value is (64,106,26). Sum of RGB (Red+Green+Blue) = 64+106+26=196 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.65% from 196); Green value is 106 (41.80% from 255 or 54.08% from 196); Blue value is 26 (10.55% from 255 or 13.27% from 196); Max value from RGB is 106 - color contains mainly: green. Hex color #406A1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406A1A is #BF95E5. Grayscale: #545454. Windows color (decimal): -12555750 or 1731136. OLE color: 1731136.

HSL color Cylindrical-coordinate representation of color #406A1A: hue angle of 91.5º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #406A1A is Cyan = 0.40, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.58.

Color convert

RGB6410626-
CMYK0.4000.750.58
HSL91.5º60.61%25.88%-
HSV(B)91.5º75.47%41.57%-
XYZ7.4511.472.8-
YUV84.3295.09113.5-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.65%
GREEN value IS 106 (41.80% from 255) = 54.08%
BLUE value IS 26 (10.55% from 255) = 13.27%
R=32.65%
G=54.08%
B=13.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64106260.4000.750.5891.560.6125.88
Hex406A1A2804B3A5c3d1a
Octal10015232500113721347532
Binary100000011010101101010100001001011111010101110011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,106,26); }

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

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

 a { background-color: rgb(64,106,26); }

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

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

 span { border-color: rgb(64,106,26); }

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