#416825

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

Shades of Dell #416825

Tints of Dell #416825

Color information

#416825 (or 0x416825) is unknown color: approx Dell. HEX triplet: 41, 68 and 25. RGB value is (65,104,37). Sum of RGB (Red+Green+Blue) = 65+104+37=206 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.55% from 206); Green value is 104 (41.02% from 255 or 50.49% from 206); Blue value is 37 (14.84% from 255 or 17.96% from 206); Max value from RGB is 104 - color contains mainly: green. Hex color #416825 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416825 is #BE97DA. Grayscale: #545454. Windows color (decimal): -12490715 or 2451521. OLE color: 2451521.

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

Color convert

RGB6510437-
CMYK0.3800.640.59
HSL94.93º47.52%27.65%-
HSV(B)94.93º64.42%40.78%-
XYZ7.4611.163.51-
YUV84.7101.08113.95-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.55%
GREEN value IS 104 (41.02% from 255) = 50.49%
BLUE value IS 37 (14.84% from 255) = 17.96%
R=31.55%
G=50.49%
B=17.96%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal65104370.3800.640.5994.9347.5227.65
Hex416825260403B5f301c
Octal10115045460100731376034
Binary1000001110100010010110011001000000111011101111111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416825; }

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

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

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

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

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

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

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

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