#416626

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

Shades of Dell #416626

Tints of Dell #416626

Color information

#416626 (or 0x416626) is unknown color: approx Dell. HEX triplet: 41, 66 and 26. RGB value is (65,102,38). Sum of RGB (Red+Green+Blue) = 65+102+38=205 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.71% from 205); Green value is 102 (40.23% from 255 or 49.76% from 205); Blue value is 38 (15.23% from 255 or 18.54% from 205); Max value from RGB is 102 - color contains mainly: green. Hex color #416626 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416626 is #BE99D9. Grayscale: #535353. Windows color (decimal): -12491226 or 2516545. OLE color: 2516545.

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

Color convert

RGB6510238-
CMYK0.3600.630.6
HSL94.69º45.71%27.45%-
HSV(B)94.69º62.75%40%-
XYZ7.2810.773.53-
YUV83.64102.24114.7-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.71%
GREEN value IS 102 (40.23% from 255) = 49.76%
BLUE value IS 38 (15.23% from 255) = 18.54%
R=31.71%
G=49.76%
B=18.54%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal65102380.3600.630.694.6945.7127.45
Hex4166262403F3C5f2e1b
Octal1011464644077741375633
Binary100000111001101001101001000111111111100101111110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416626; }

 p { color: rgb(65,102,38); }

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

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

 a { background-color: rgb(65,102,38); }

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

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

 span { border-color: rgb(65,102,38); }

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