#405D27

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

Shades of Dell #405D27

Tints of Dell #405D27

Color information

#405D27 (or 0x405D27) is unknown color: approx Dell. HEX triplet: 40, 5D and 27. RGB value is (64,93,39). Sum of RGB (Red+Green+Blue) = 64+93+39=196 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.65% from 196); Green value is 93 (36.72% from 255 or 47.45% from 196); Blue value is 39 (15.62% from 255 or 19.90% from 196); Max value from RGB is 93 - color contains mainly: green. Hex color #405D27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405D27 is #BFA2D8. Grayscale: #4E4E4E. Windows color (decimal): -12559065 or 2579776. OLE color: 2579776.

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

Color convert

RGB649339-
CMYK0.3100.580.64
HSL92.22º40.91%25.88%-
HSV(B)92.22º58.06%36.47%-
XYZ6.399.073.33-
YUV78.17105.89117.89-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.65%
GREEN value IS 93 (36.72% from 255) = 47.45%
BLUE value IS 39 (15.62% from 255) = 19.90%
R=32.65%
G=47.45%
B=19.90%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6493390.3100.580.6492.2240.9125.88
Hex405D271F03A405c291a
Octal10013547370721001345132
Binary100000010111011001111111101110101000000101110010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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