#416625

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

Shades of Dell #416625

Tints of Dell #416625

Color information

#416625 (or 0x416625) is unknown color: approx Dell. HEX triplet: 41, 66 and 25. RGB value is (65,102,37). Sum of RGB (Red+Green+Blue) = 65+102+37=204 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.86% from 204); Green value is 102 (40.23% from 255 or 50% from 204); Blue value is 37 (14.84% from 255 or 18.14% from 204); Max value from RGB is 102 - color contains mainly: green. Hex color #416625 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416625 is #BE99DA. Grayscale: #535353. Windows color (decimal): -12491227 or 2451009. OLE color: 2451009.

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

Color convert

RGB6510237-
CMYK0.3600.640.6
HSL94.15º46.76%27.25%-
HSV(B)94.15º63.73%40%-
XYZ7.2710.763.44-
YUV83.53101.74114.79-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.86%
GREEN value IS 102 (40.23% from 255) = 50%
BLUE value IS 37 (14.84% from 255) = 18.14%
R=31.86%
G=50%
B=18.14%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal65102370.3600.640.694.1546.7627.25
Hex416625240403C5e2f1b
Octal10114645440100741365733
Binary1000001110011010010110010001000000111100101111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416625; }

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

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

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

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

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

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

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

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