#406D25

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

Shades of Dell #406D25

Tints of Dell #406D25

Color information

#406D25 (or 0x406D25) is unknown color: approx Dell. HEX triplet: 40, 6D and 25. RGB value is (64,109,37). Sum of RGB (Red+Green+Blue) = 64+109+37=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 109 (42.97% from 255 or 51.90% from 210); Blue value is 37 (14.84% from 255 or 17.62% from 210); Max value from RGB is 109 - color contains mainly: green. Hex color #406D25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406D25 is #BF92DA. Grayscale: #575757. Windows color (decimal): -12554971 or 2452800. OLE color: 2452800.

HSL color Cylindrical-coordinate representation of color #406D25: hue angle of 97.5º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #406D25 is Cyan = 0.41, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.57.

Color convert

RGB6410937-
CMYK0.4100.660.57
HSL97.5º49.32%28.63%-
HSV(B)97.5º66.06%42.75%-
XYZ7.9212.163.68-
YUV87.3499.59111.35-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.48%
GREEN value IS 109 (42.97% from 255) = 51.90%
BLUE value IS 37 (14.84% from 255) = 17.62%
R=30.48%
G=51.90%
B=17.62%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal64109370.4100.660.5797.549.3228.63
Hex406D25290423962311d
Octal10015545510102711426135
Binary1000000110110110010110100101000010111001110001011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,109,37); }

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

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

 a { background-color: rgb(64,109,37); }

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

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

 span { border-color: rgb(64,109,37); }

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