#416417

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

Shades of Dell #416417

Tints of Dell #416417

Color information

#416417 (or 0x416417) is unknown color: approx Dell. HEX triplet: 41, 64 and 17. RGB value is (65,100,23). Sum of RGB (Red+Green+Blue) = 65+100+23=188 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.57% from 188); Green value is 100 (39.45% from 255 or 53.19% from 188); Blue value is 23 (9.38% from 255 or 12.23% from 188); Max value from RGB is 100 - color contains mainly: green. Hex color #416417 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416417 is #BE9BE8. Grayscale: #515151. Windows color (decimal): -12491753 or 1532993. OLE color: 1532993.

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

Color convert

RGB6510023-
CMYK0.3500.770.61
HSL87.27º62.6%24.12%-
HSV(B)87.27º77%39.22%-
XYZ6.8910.32.44-
YUV80.7695.4116.76-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.57%
GREEN value IS 100 (39.45% from 255) = 53.19%
BLUE value IS 23 (9.38% from 255) = 12.23%
R=34.57%
G=53.19%
B=12.23%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal65100230.3500.770.6187.2762.624.12
Hex4164172304D3D573f18
Octal10114427430115751277730
Binary100000111001001011110001101001101111101101011111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416417; }

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

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

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

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

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

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

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

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