#416422

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

Shades of Dell #416422

Tints of Dell #416422

Color information

#416422 (or 0x416422) is unknown color: approx Dell. HEX triplet: 41, 64 and 22. RGB value is (65,100,34). Sum of RGB (Red+Green+Blue) = 65+100+34=199 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.66% from 199); Green value is 100 (39.45% from 255 or 50.25% from 199); Blue value is 34 (13.67% from 255 or 17.09% from 199); Max value from RGB is 100 - color contains mainly: green. Hex color #416422 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416422 is #BE9BDD. Grayscale: #525252. Windows color (decimal): -12491742 or 2253889. OLE color: 2253889.

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

Color convert

RGB6510034-
CMYK0.3500.660.61
HSL91.82º49.25%26.27%-
HSV(B)91.82º66%39.22%-
XYZ7.0310.353.14-
YUV82.01100.9115.87-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.66%
GREEN value IS 100 (39.45% from 255) = 50.25%
BLUE value IS 34 (13.67% from 255) = 17.09%
R=32.66%
G=50.25%
B=17.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal65100340.3500.660.6191.8249.2526.27
Hex416422230423D5c311a
Octal10114442430102751346132
Binary1000001110010010001010001101000010111101101110011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416422; }

 p { color: rgb(65,100,34); }

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

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

 a { background-color: rgb(65,100,34); }

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

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

 span { border-color: rgb(65,100,34); }

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