#406A17

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

Shades of Dell #406A17

Tints of Dell #406A17

Color information

#406A17 (or 0x406A17) is unknown color: approx Dell. HEX triplet: 40, 6A and 17. RGB value is (64,106,23). Sum of RGB (Red+Green+Blue) = 64+106+23=193 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.16% from 193); Green value is 106 (41.80% from 255 or 54.92% from 193); Blue value is 23 (9.38% from 255 or 11.92% from 193); Max value from RGB is 106 - color contains mainly: green. Hex color #406A17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406A17 is #BF95E8. Grayscale: #545454. Windows color (decimal): -12555753 or 1534528. OLE color: 1534528.

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

Color convert

RGB6410623-
CMYK0.4000.780.58
HSL90.36º64.34%25.29%-
HSV(B)90.36º78.3%41.57%-
XYZ7.4211.462.63-
YUV83.9893.59113.75-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.16%
GREEN value IS 106 (41.80% from 255) = 54.92%
BLUE value IS 23 (9.38% from 255) = 11.92%
R=33.16%
G=54.92%
B=11.92%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64106230.4000.780.5890.3664.3425.29
Hex406A172804E3A5a4019
Octal100152275001167213210031
Binary1000000110101010111101000010011101110101011010100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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