#41631E

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

Shades of Dell #41631E

Tints of Dell #41631E

Color information

#41631E (or 0x41631E) is unknown color: approx Dell. HEX triplet: 41, 63 and 1E. RGB value is (65,99,30). Sum of RGB (Red+Green+Blue) = 65+99+30=194 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.51% from 194); Green value is 99 (39.06% from 255 or 51.03% from 194); Blue value is 30 (12.11% from 255 or 15.46% from 194); Max value from RGB is 99 - color contains mainly: green. Hex color #41631E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41631E is #BE9CE1. Grayscale: #515151. Windows color (decimal): -12492002 or 1991489. OLE color: 1991489.

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

Color convert

RGB659930-
CMYK0.3400.700.61
HSL89.57º53.49%25.29%-
HSV(B)89.57º69.7%38.82%-
XYZ6.8810.142.82-
YUV80.9799.24116.61-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.51%
GREEN value IS 99 (39.06% from 255) = 51.03%
BLUE value IS 30 (12.11% from 255) = 15.46%
R=33.51%
G=51.03%
B=15.46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6599300.3400.700.6189.5753.4925.29
Hex41631E220463D5a3519
Octal10114336420106751326531
Binary100000111000111111010001001000110111101101101011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41631E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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