#406825

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

Shades of Dell #406825

Tints of Dell #406825

Color information

#406825 (or 0x406825) is unknown color: approx Dell. HEX triplet: 40, 68 and 25. RGB value is (64,104,37). Sum of RGB (Red+Green+Blue) = 64+104+37=205 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.22% from 205); Green value is 104 (41.02% from 255 or 50.73% from 205); Blue value is 37 (14.84% from 255 or 18.05% from 205); Max value from RGB is 104 - color contains mainly: green. Hex color #406825 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406825 is #BF97DA. Grayscale: #545454. Windows color (decimal): -12556251 or 2451520. OLE color: 2451520.

HSL color Cylindrical-coordinate representation of color #406825: hue angle of 95.82º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #406825 is Cyan = 0.38, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.59.

Color convert

RGB6410437-
CMYK0.3800.640.59
HSL95.82º47.52%27.65%-
HSV(B)95.82º64.42%40.78%-
XYZ7.411.123.51-
YUV84.4101.25113.45-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.22%
GREEN value IS 104 (41.02% from 255) = 50.73%
BLUE value IS 37 (14.84% from 255) = 18.05%
R=31.22%
G=50.73%
B=18.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64104370.3800.640.5995.8247.5227.65
Hex406825260403B60301c
Octal10015045460100731406034
Binary1000000110100010010110011001000000111011110000011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406825; }

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

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

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

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

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

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

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

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