#406319

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

Shades of Dell #406319

Tints of Dell #406319

Color information

#406319 (or 0x406319) is unknown color: approx Dell. HEX triplet: 40, 63 and 19. RGB value is (64,99,25). Sum of RGB (Red+Green+Blue) = 64+99+25=188 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.04% from 188); Green value is 99 (39.06% from 255 or 52.66% from 188); Blue value is 25 (10.16% from 255 or 13.30% from 188); Max value from RGB is 99 - color contains mainly: green. Hex color #406319 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406319 is #BF9CE6. Grayscale: #505050. Windows color (decimal): -12557543 or 1663808. OLE color: 1663808.

HSL color Cylindrical-coordinate representation of color #406319: hue angle of 88.38º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #406319 is Cyan = 0.35, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.61.

Color convert

RGB649925-
CMYK0.3500.750.61
HSL88.38º59.68%24.31%-
HSV(B)88.38º74.75%38.82%-
XYZ6.7510.082.51-
YUV80.196.9116.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.04%
GREEN value IS 99 (39.06% from 255) = 52.66%
BLUE value IS 25 (10.16% from 255) = 13.30%
R=34.04%
G=52.66%
B=13.30%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6499250.3500.750.6188.3859.6824.31
Hex4063192304B3D583c18
Octal10014331430113751307430
Binary100000011000111100110001101001011111101101100011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406319; }

 p { color: rgb(64,99,25); }

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

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

 a { background-color: rgb(64,99,25); }

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

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

 span { border-color: rgb(64,99,25); }

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