#416D19

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

Shades of Dell #416D19

Tints of Dell #416D19

Color information

#416D19 (or 0x416D19) is unknown color: approx Dell. HEX triplet: 41, 6D and 19. RGB value is (65,109,25). Sum of RGB (Red+Green+Blue) = 65+109+25=199 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.66% from 199); Green value is 109 (42.97% from 255 or 54.77% from 199); Blue value is 25 (10.16% from 255 or 12.56% from 199); Max value from RGB is 109 - color contains mainly: green. Hex color #416D19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416D19 is #BE92E6. Grayscale: #565656. Windows color (decimal): -12489447 or 1666369. OLE color: 1666369.

HSL color Cylindrical-coordinate representation of color #416D19: hue angle of 91.43º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #416D19 is Cyan = 0.40, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.57.

Color convert

RGB6510925-
CMYK0.4000.770.57
HSL91.43º62.69%26.27%-
HSV(B)91.43º77.06%42.75%-
XYZ7.8212.132.85-
YUV86.2793.42112.83-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.66%
GREEN value IS 109 (42.97% from 255) = 54.77%
BLUE value IS 25 (10.16% from 255) = 12.56%
R=32.66%
G=54.77%
B=12.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal65109250.4000.770.5791.4362.6926.27
Hex416D192804D395b3f1a
Octal10115531500115711337732
Binary100000111011011100110100001001101111001101101111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416D19; }

 p { color: rgb(65,109,25); }

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

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

 a { background-color: rgb(65,109,25); }

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

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

 span { border-color: rgb(65,109,25); }

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