#406929

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

Shades of Dell #406929

Tints of Dell #406929

Color information

#406929 (or 0x406929) is unknown color: approx Dell. HEX triplet: 40, 69 and 29. RGB value is (64,105,41). Sum of RGB (Red+Green+Blue) = 64+105+41=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 105 (41.41% from 255 or 50% from 210); Blue value is 41 (16.41% from 255 or 19.52% from 210); Max value from RGB is 105 - color contains mainly: green. Hex color #406929 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406929 is #BF96D6. Grayscale: #555555. Windows color (decimal): -12555991 or 2713920. OLE color: 2713920.

HSL color Cylindrical-coordinate representation of color #406929: hue angle of 98.44º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #406929 is Cyan = 0.39, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.59.

Color convert

RGB6410541-
CMYK0.3900.610.59
HSL98.44º43.84%28.63%-
HSV(B)98.44º60.95%41.18%-
XYZ7.5711.353.89-
YUV85.44102.92112.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.48%
GREEN value IS 105 (41.41% from 255) = 50%
BLUE value IS 41 (16.41% from 255) = 19.52%
R=30.48%
G=50%
B=19.52%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64105410.3900.610.5998.4443.8428.63
Hex4069292703D3B622c1d
Octal1001515147075731425435
Binary100000011010011010011001110111101111011110001010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406929; }

 p { color: rgb(64,105,41); }

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

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

 a { background-color: rgb(64,105,41); }

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

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

 span { border-color: rgb(64,105,41); }

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