#41631B

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

Shades of Dell #41631B

Tints of Dell #41631B

Color information

#41631B (or 0x41631B) is unknown color: approx Dell. HEX triplet: 41, 63 and 1B. RGB value is (65,99,27). Sum of RGB (Red+Green+Blue) = 65+99+27=191 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.03% from 191); Green value is 99 (39.06% from 255 or 51.83% from 191); Blue value is 27 (10.94% from 255 or 14.14% from 191); Max value from RGB is 99 - color contains mainly: green. Hex color #41631B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41631B is #BE9CE4. Grayscale: #505050. Windows color (decimal): -12492005 or 1794881. OLE color: 1794881.

HSL color Cylindrical-coordinate representation of color #41631B: hue angle of 88.33º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41631B is Cyan = 0.34, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.61.

Color convert

RGB659927-
CMYK0.3400.730.61
HSL88.33º57.14%24.71%-
HSV(B)88.33º72.73%38.82%-
XYZ6.8410.132.63-
YUV80.6397.74116.85-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.03%
GREEN value IS 99 (39.06% from 255) = 51.83%
BLUE value IS 27 (10.94% from 255) = 14.14%
R=34.03%
G=51.83%
B=14.14%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6599270.3400.730.6188.3357.1424.71
Hex41631B220493D583919
Octal10114333420111751307131
Binary100000111000111101110001001001001111101101100011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41631B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41631B; }

 p { color: rgb(65,99,27); }

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

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

 a { background-color: rgb(65,99,27); }

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

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

 span { border-color: rgb(65,99,27); }

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