#416419

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

Shades of Dell #416419

Tints of Dell #416419

Color information

#416419 (or 0x416419) is unknown color: approx Dell. HEX triplet: 41, 64 and 19. RGB value is (65,100,25). Sum of RGB (Red+Green+Blue) = 65+100+25=190 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.21% from 190); Green value is 100 (39.45% from 255 or 52.63% from 190); Blue value is 25 (10.16% from 255 or 13.16% from 190); Max value from RGB is 100 - color contains mainly: green. Hex color #416419 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416419 is #BE9BE6. Grayscale: #515151. Windows color (decimal): -12491751 or 1664065. OLE color: 1664065.

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

Color convert

RGB6510025-
CMYK0.3500.750.61
HSL88º60%24.51%-
HSV(B)88º75%39.22%-
XYZ6.9110.312.55-
YUV80.9896.4116.6-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.21%
GREEN value IS 100 (39.45% from 255) = 52.63%
BLUE value IS 25 (10.16% from 255) = 13.16%
R=34.21%
G=52.63%
B=13.16%

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
Decimal65100250.3500.750.61886024.51
Hex4164192304B3D583c19
Octal10114431430113751307431
Binary100000111001001100110001101001011111101101100011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416419; }

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

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

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

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

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

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

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

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