#406027

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

Shades of Dell #406027

Tints of Dell #406027

Color information

#406027 (or 0x406027) is unknown color: approx Dell. HEX triplet: 40, 60 and 27. RGB value is (64,96,39). Sum of RGB (Red+Green+Blue) = 64+96+39=199 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.16% from 199); Green value is 96 (37.89% from 255 or 48.24% from 199); Blue value is 39 (15.62% from 255 or 19.60% from 199); Max value from RGB is 96 - color contains mainly: green. Hex color #406027 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406027 is #BF9FD8. Grayscale: #505050. Windows color (decimal): -12558297 or 2580544. OLE color: 2580544.

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

Color convert

RGB649639-
CMYK0.3300.590.62
HSL93.68º42.22%26.47%-
HSV(B)93.68º59.38%37.65%-
XYZ6.669.63.42-
YUV79.93104.9116.63-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.16%
GREEN value IS 96 (37.89% from 255) = 48.24%
BLUE value IS 39 (15.62% from 255) = 19.60%
R=32.16%
G=48.24%
B=19.60%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6496390.3300.590.6293.6842.2226.47
Hex4060272103B3E5e2a1a
Octal1001404741073761365232
Binary100000011000001001111000010111011111110101111010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406027; }

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

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

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

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

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

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

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

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