#416824

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

Shades of Dell #416824

Tints of Dell #416824

Color information

#416824 (or 0x416824) is unknown color: approx Dell. HEX triplet: 41, 68 and 24. RGB value is (65,104,36). Sum of RGB (Red+Green+Blue) = 65+104+36=205 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.71% from 205); Green value is 104 (41.02% from 255 or 50.73% from 205); Blue value is 36 (14.45% from 255 or 17.56% from 205); Max value from RGB is 104 - color contains mainly: green. Hex color #416824 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416824 is #BE97DB. Grayscale: #545454. Windows color (decimal): -12490716 or 2385985. OLE color: 2385985.

HSL color Cylindrical-coordinate representation of color #416824: hue angle of 94.41º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #416824 is Cyan = 0.38, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.59.

Color convert

RGB6510436-
CMYK0.3800.650.59
HSL94.41º48.57%27.45%-
HSV(B)94.41º65.38%40.78%-
XYZ7.4511.153.43-
YUV84.59100.58114.03-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.71%
GREEN value IS 104 (41.02% from 255) = 50.73%
BLUE value IS 36 (14.45% from 255) = 17.56%
R=31.71%
G=50.73%
B=17.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal65104360.3800.650.5994.4148.5727.45
Hex416824260413B5e311b
Octal10115044460101731366133
Binary1000001110100010010010011001000001111011101111011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416824; }

 p { color: rgb(65,104,36); }

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

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

 a { background-color: rgb(65,104,36); }

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

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

 span { border-color: rgb(65,104,36); }

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