#406B19

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

Shades of Dell #406B19

Tints of Dell #406B19

Color information

#406B19 (or 0x406B19) is unknown color: approx Dell. HEX triplet: 40, 6B and 19. RGB value is (64,107,25). Sum of RGB (Red+Green+Blue) = 64+107+25=196 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.65% from 196); Green value is 107 (42.19% from 255 or 54.59% from 196); Blue value is 25 (10.16% from 255 or 12.76% from 196); Max value from RGB is 107 - color contains mainly: green. Hex color #406B19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406B19 is #BF94E6. Grayscale: #555555. Windows color (decimal): -12555495 or 1665856. OLE color: 1665856.

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

Color convert

RGB6410725-
CMYK0.4000.770.58
HSL91.46º62.12%25.88%-
HSV(B)91.46º76.64%41.96%-
XYZ7.5511.682.78-
YUV84.7994.25113.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.65%
GREEN value IS 107 (42.19% from 255) = 54.59%
BLUE value IS 25 (10.16% from 255) = 12.76%
R=32.65%
G=54.59%
B=12.76%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64107250.4000.770.5891.4662.1225.88
Hex406B192804D3A5b3e1a
Octal10015331500115721337632
Binary100000011010111100110100001001101111010101101111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,107,25); }

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

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

 a { background-color: rgb(64,107,25); }

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

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

 span { border-color: rgb(64,107,25); }

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