#406317

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

Shades of Dell #406317

Tints of Dell #406317

Color information

#406317 (or 0x406317) is unknown color: approx Dell. HEX triplet: 40, 63 and 17. RGB value is (64,99,23). Sum of RGB (Red+Green+Blue) = 64+99+23=186 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.41% from 186); Green value is 99 (39.06% from 255 or 53.23% from 186); Blue value is 23 (9.38% from 255 or 12.37% from 186); Max value from RGB is 99 - color contains mainly: green. Hex color #406317 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406317 is #BF9CE8. Grayscale: #505050. Windows color (decimal): -12557545 or 1532736. OLE color: 1532736.

HSL color Cylindrical-coordinate representation of color #406317: hue angle of 87.63º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #406317 is Cyan = 0.35, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.61.

Color convert

RGB649923-
CMYK0.3500.770.61
HSL87.63º62.3%23.92%-
HSV(B)87.63º76.77%38.82%-
XYZ6.7310.082.4-
YUV79.8795.9116.68-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.41%
GREEN value IS 99 (39.06% from 255) = 53.23%
BLUE value IS 23 (9.38% from 255) = 12.37%
R=34.41%
G=53.23%
B=12.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6499230.3500.770.6187.6362.323.92
Hex4063172304D3D583e18
Octal10014327430115751307630
Binary100000011000111011110001101001101111101101100011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406317; }

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

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

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

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

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

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

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

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