#406025

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

Shades of Dell #406025

Tints of Dell #406025

Color information

#406025 (or 0x406025) is unknown color: approx Dell. HEX triplet: 40, 60 and 25. RGB value is (64,96,37). Sum of RGB (Red+Green+Blue) = 64+96+37=197 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.49% from 197); Green value is 96 (37.89% from 255 or 48.73% from 197); Blue value is 37 (14.84% from 255 or 18.78% from 197); Max value from RGB is 96 - color contains mainly: green. Hex color #406025 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406025 is #BF9FDA. Grayscale: #4F4F4F. Windows color (decimal): -12558299 or 2449472. OLE color: 2449472.

HSL color Cylindrical-coordinate representation of color #406025: hue angle of 92.54º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #406025 is Cyan = 0.33, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB649637-
CMYK0.3300.610.62
HSL92.54º44.36%26.08%-
HSV(B)92.54º61.46%37.65%-
XYZ6.639.593.25-
YUV79.71103.9116.8-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.49%
GREEN value IS 96 (37.89% from 255) = 48.73%
BLUE value IS 37 (14.84% from 255) = 18.78%
R=32.49%
G=48.73%
B=18.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6496370.3300.610.6292.5444.3626.08
Hex4060252103D3E5d2c1a
Octal1001404541075761355432
Binary100000011000001001011000010111101111110101110110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406025; }

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

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

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

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

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

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

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

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