#405D28

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

Shades of Dell #405D28

Tints of Dell #405D28

Color information

#405D28 (or 0x405D28) is unknown color: approx Dell. HEX triplet: 40, 5D and 28. RGB value is (64,93,40). Sum of RGB (Red+Green+Blue) = 64+93+40=197 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.49% from 197); Green value is 93 (36.72% from 255 or 47.21% from 197); Blue value is 40 (16.02% from 255 or 20.30% from 197); Max value from RGB is 93 - color contains mainly: green. Hex color #405D28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405D28 is #BFA2D7. Grayscale: #4E4E4E. Windows color (decimal): -12559064 or 2645312. OLE color: 2645312.

HSL color Cylindrical-coordinate representation of color #405D28: hue angle of 92.83º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #405D28 is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.64.

Color convert

RGB649340-
CMYK0.3100.570.64
HSL92.83º39.85%26.08%-
HSV(B)92.83º56.99%36.47%-
XYZ6.419.073.42-
YUV78.29106.39117.81-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.49%
GREEN value IS 93 (36.72% from 255) = 47.21%
BLUE value IS 40 (16.02% from 255) = 20.30%
R=32.49%
G=47.21%
B=20.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6493400.3100.570.6492.8339.8526.08
Hex405D281F039405d281a
Octal10013550370711001355032
Binary100000010111011010001111101110011000000101110110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405D28; }

 p { color: rgb(64,93,40); }

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

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

 a { background-color: rgb(64,93,40); }

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

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

 span { border-color: rgb(64,93,40); }

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