#416519

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

Shades of Dell #416519

Tints of Dell #416519

Color information

#416519 (or 0x416519) is unknown color: approx Dell. HEX triplet: 41, 65 and 19. RGB value is (65,101,25). Sum of RGB (Red+Green+Blue) = 65+101+25=191 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.03% from 191); Green value is 101 (39.84% from 255 or 52.88% from 191); Blue value is 25 (10.16% from 255 or 13.09% from 191); Max value from RGB is 101 - color contains mainly: green. Hex color #416519 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416519 is #BE9AE6. Grayscale: #515151. Windows color (decimal): -12491495 or 1664321. OLE color: 1664321.

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

Color convert

RGB6510125-
CMYK0.3600.750.60
HSL88.42º60.32%24.71%-
HSV(B)88.42º75.25%39.61%-
XYZ7.0110.52.58-
YUV81.5796.07116.18-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.03%
GREEN value IS 101 (39.84% from 255) = 52.88%
BLUE value IS 25 (10.16% from 255) = 13.09%
R=34.03%
G=52.88%
B=13.09%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal65101250.3600.750.6088.4260.3224.71
Hex4165192404B3C583c19
Octal10114531440113741307431
Binary100000111001011100110010001001011111100101100011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416519; }

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

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

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

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

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

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

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

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